1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

feedlist layout fix

This commit is contained in:
Andrew Dolgov 2008-08-29 09:09:06 +01:00
parent 364e391e82
commit 8b803aa2b5

View File

@ -4179,7 +4179,7 @@
"images/pub_set.gif", $link);
if (get_pref($link, 'ENABLE_FEED_CATS')) {
print "</ul>";
print "</ul></li>";
}
if (!$tags) {
@ -4351,7 +4351,7 @@
if ($category != $tmp_category && get_pref($link, 'ENABLE_FEED_CATS')) {
if ($category) {
print "</ul>";
print "</ul></li>";
}
$category = $tmp_category;