From: Andrew Dolgov Date: Sun, 21 Aug 2005 17:27:06 +0000 (+0100) Subject: basic functionality pass 8 X-Git-Tag: 0.1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c442fb6e28620d702a8dfdab6f42630f618b6b39;p=tt-rss.git basic functionality pass 8 --- diff --git a/backend.php b/backend.php index 5386de0b..76445e9c 100644 --- a/backend.php +++ b/backend.php @@ -43,8 +43,10 @@ $feed = "$feed"; print "$feed"; - print "$unread"; - print "$total"; + print ""; + print "$unread / "; + print "$total"; + print ""; print ""; ++$lnum;