]> git.wh0rd.org - tt-rss.git/commitdiff
rename titleAuthor to author to unify class names with normal mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Mar 2013 20:50:20 +0000 (00:50 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Mar 2013 20:50:20 +0000 (00:50 +0400)
classes/feeds.php

index b33faa474a01e71d53230ba2dbd47307546a19a3..4857cca78aa74bafc0e6d50b0543bd8662b290ee 100644 (file)
@@ -539,7 +539,7 @@ class Feeds extends Handler_Protected {
                                                target=\"_blank\" href=\"".
                                                htmlspecialchars($line["link"])."\">".
                                                $line["title"] .
-                                               " <span class=\"titleAuthor\">$entry_author</span></a>";
+                                               " <span class=\"author\">$entry_author</span></a>";
 
                                        $reply['content'] .= $labels_str;