mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
use mdash as a separator between title and author
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user