mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:11:28 +00:00
article header: smaller font for author
This commit is contained in:
@@ -3830,7 +3830,7 @@
|
||||
|
||||
if ($line["link"]) {
|
||||
print "<div clear='both'><a $link_target href=\"" . $line["link"] . "\">" .
|
||||
$line["title"] . "</a>$entry_author</div>";
|
||||
$line["title"] . "</a><span class='author'>$entry_author</span></div>";
|
||||
} else {
|
||||
print "<div clear='both'>" . $line["title"] . "$entry_author</div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user