]> git.wh0rd.org - tt-rss.git/commitdiff
tweak headline - author template
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 7 Feb 2008 16:11:34 +0000 (17:11 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 7 Feb 2008 16:11:34 +0000 (17:11 +0100)
functions.php

index 829650b782e1cd8b6dc137acbaa5917aeb840510..47041088b8a8a2b02a138f25d73c1badcf2bdf4b 100644 (file)
                        $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'), 
                                $entry_author = $line["author"];
 
                                if ($entry_author) {
-                                       $entry_author = " - by $entry_author";
+                                       $entry_author = " - $entry_author";
                                }
 
                                if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {