summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;