use mdash as a separator between title and author
This commit is contained in:
parent
e8f9069c5c
commit
884f2aee91
|
@ -385,7 +385,7 @@ class Feeds extends Handler_Protected {
|
||||||
$entry_author = $line["author"];
|
$entry_author = $line["author"];
|
||||||
|
|
||||||
if ($entry_author) {
|
if ($entry_author) {
|
||||||
$entry_author = " - $entry_author";
|
$entry_author = " — $entry_author";
|
||||||
}
|
}
|
||||||
|
|
||||||
$has_feed_icon = feed_has_icon($feed_id);
|
$has_feed_icon = feed_has_icon($feed_id);
|
||||||
|
|
Loading…
Reference in New Issue