summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-29 09:09:06 +0100
committerAndrew Dolgov <[email protected]>2008-08-29 09:09:06 +0100
commit8b803aa2b5a3b2663cac7f67be34f8dea0935c85 (patch)
treedb3fb79535b99ca8b4c68150f794ef1e4df3f596 /functions.php
parent364e391e82ccd02e4e50ddd8ed7944f358d9025e (diff)
feedlist layout fix
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 8d8f25421..3aa3cd6a3 100644
--- a/functions.php
+++ b/functions.php
@@ -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;