]> git.wh0rd.org - tt-rss.git/commitdiff
use mdash as a separator between title and author
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Apr 2013 08:57:52 +0000 (12:57 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Apr 2013 08:57:52 +0000 (12:57 +0400)
classes/feeds.php

index c3b5225a181aff6aa1967c998fa4b888b13bdfce..2f8dcb5ecc706ce59f02afce3dd77ca6c86afaf5 100644 (file)
@@ -385,7 +385,7 @@ class Feeds extends Handler_Protected {
                                $entry_author = $line["author"];
 
                                if ($entry_author) {
-                                       $entry_author = " - $entry_author";
+                                       $entry_author = " &mdash; $entry_author";
                                }
 
                                $has_feed_icon = feed_has_icon($feed_id);