summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index 771f849..707f341 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -130,7 +130,7 @@ main(int argc, char *argv[])
if (f->totalnew > 0)
fputs("<b><u>", stdout);
printxmlencoded(f->name, stdout);
- fprintf(stdout, "(%lu)", f->totalnew);
+ fprintf(stdout, " (%lu)", f->totalnew);
if (f->totalnew > 0)
fputs("</u></b>", stdout);
fputs("</a></li>\n", stdout);