diff --git a/backend.php b/backend.php index 5386de0b3..76445e9c8 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;