From: Andrew Dolgov Date: Thu, 7 Feb 2008 16:11:34 +0000 (+0100) Subject: tweak headline - author template X-Git-Tag: 1.2.20~45 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=60164936d976d83f372b7f9aa500ca51e2cd1323;p=tt-rss.git tweak headline - author template --- diff --git a/functions.php b/functions.php index 829650b7..47041088 100644 --- a/functions.php +++ b/functions.php @@ -4500,7 +4500,7 @@ $entry_author = $line["author"]; if ($entry_author) { - $entry_author = __(" - by ") . $entry_author; + $entry_author = __(" - ") . $entry_author; } $parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'), @@ -4837,7 +4837,7 @@ $entry_author = $line["author"]; if ($entry_author) { - $entry_author = " - by $entry_author"; + $entry_author = " - $entry_author"; } if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {