mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:55:56 +00:00
article layout fixes
This commit is contained in:
@@ -520,10 +520,10 @@
|
||||
}
|
||||
|
||||
if ($line["link"]) {
|
||||
print "<tr><td><a $link_target href=\"" . $line["link"] . "\">" .
|
||||
print "<tr><td width='70%'><a $link_target href=\"" . $line["link"] . "\">" .
|
||||
$line["title"] . "</a>$entry_author</td>";
|
||||
} else {
|
||||
print "<tr><td>" . $line["title"] . "$entry_author</td>";
|
||||
print "<tr><td width='30%'>" . $line["title"] . "$entry_author</td>";
|
||||
}
|
||||
|
||||
$parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'),
|
||||
|
||||
Reference in New Issue
Block a user