]> git.wh0rd.org - tt-rss.git/commitdiff
basic functionality pass 8
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 17:27:06 +0000 (18:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 17:27:06 +0000 (18:27 +0100)
backend.php

index 5386de0b361f5817fb8d84e485cf844e0a02fe90..76445e9c85979493dd7d49c36ea7ca3a93c170f1 100644 (file)
 
                        $feed = "<a href=\"javascript:viewfeed($feed_id, 0);\">$feed</a>";
                        print "<td id=\"FEEDN-$feed_id\">$feed</td>";
-                       print "<td id=\"FEEDU-$feed_id\">$unread</td>";
-                       print "<td id=\"FEEDT-$feed_id\">$total</td>";
+                       print "<td>";
+                       print "<span id=\"FEEDU-$feed_id\">$unread</span>&nbsp;/&nbsp;";
+                       print "<span id=\"FEEDT-$feed_id\">$total</span>";
+                       print "</td>";
 
                        print "</tr>";
                        ++$lnum;