From: Andrew Dolgov Date: Mon, 15 Apr 2013 08:57:52 +0000 (+0400) Subject: use mdash as a separator between title and author X-Git-Tag: 1.7.9~25^2~225 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=884f2aee91b18080938f862a980c3a9b2b95484f;p=tt-rss.git use mdash as a separator between title and author --- diff --git a/classes/feeds.php b/classes/feeds.php index c3b5225a..2f8dcb5e 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -385,7 +385,7 @@ class Feeds extends Handler_Protected { $entry_author = $line["author"]; if ($entry_author) { - $entry_author = " - $entry_author"; + $entry_author = " — $entry_author"; } $has_feed_icon = feed_has_icon($feed_id);