]> git.wh0rd.org - tt-rss.git/commitdiff
feedlist layout fix
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Aug 2008 08:09:06 +0000 (09:09 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Aug 2008 08:09:06 +0000 (09:09 +0100)
functions.php

index 8d8f254211ad349baa2ccf9f019d654879fadd32..3aa3cd6a39de1b36ce7e5306057c528a8fab2695 100644 (file)
                        "images/pub_set.gif", $link);
 
                if (get_pref($link, 'ENABLE_FEED_CATS')) {
-                       print "</ul>";
+                       print "</ul></li>";
                }
 
                if (!$tags) {
                                if ($category != $tmp_category && get_pref($link, 'ENABLE_FEED_CATS')) {
                                
                                        if ($category) {
-                                               print "</ul>";
+                                               print "</ul></li>";
                                        }
                                
                                        $category = $tmp_category;