summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-15 12:57:52 +0400
committerAndrew Dolgov <[email protected]>2013-04-15 12:57:52 +0400
commit884f2aee91b18080938f862a980c3a9b2b95484f (patch)
tree493b5d5a19106511a28658b3a8fb14aef9ba5b2d /classes
parente8f9069c5c44fb4512247dbc9d280152e760331a (diff)
use mdash as a separator between title and author
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index c3b5225a1..2f8dcb5ec 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 = " &mdash; $entry_author";
}
$has_feed_icon = feed_has_icon($feed_id);