summaryrefslogtreecommitdiff
path: root/urmoms-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-12-20 21:49:23 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-12-20 21:49:23 +0100
commitae620515b04228887ff112b209b69d188e792570 (patch)
tree313b313bf48f07cf8e6abaa60b1eb275b3f9c514 /urmoms-index.c
parentb8fc56187ee8c2b726ccf0bc19305a2128f9c3fe (diff)
remove double newline bloat
Diffstat (limited to 'urmoms-index.c')
-rw-r--r--urmoms-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urmoms-index.c b/urmoms-index.c
index e9646a8..bcb6935 100644
--- a/urmoms-index.c
+++ b/urmoms-index.c
@@ -101,7 +101,7 @@ writeheader(FILE *fp)
xmlencode(fp, description, strlen(description));
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
- fputs("</head>\n<body>\n\n", fp);
+ fputs("</head>\n<body>\n", fp);
fprintf(fp, "<table>\n<tr><td><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></td>\n"
"<td><h1>%s</h1><span class=\"desc\">%s</span></td></tr><tr><td></td><td>\n",
relpath, name, description);