diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-20 21:49:23 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-20 21:49:23 +0100 |
commit | ae620515b04228887ff112b209b69d188e792570 (patch) | |
tree | 313b313bf48f07cf8e6abaa60b1eb275b3f9c514 /urmoms.c | |
parent | b8fc56187ee8c2b726ccf0bc19305a2128f9c3fe (diff) |
remove double newline bloat
Diffstat (limited to 'urmoms.c')
-rw-r--r-- | urmoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ writeheader(FILE *fp) fprintf(fp, "<link rel=\"alternate\" type=\"application/atom+xml\" title=\"%s Atom Feed\" href=\"%satom.xml\" />\n", name, relpath); fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath); - fputs("</head>\n<body>\n\n<table><tr><td>", fp); + fputs("</head>\n<body>\n<table><tr><td>", fp); fprintf(fp, "<a href=\"../%s\"><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a>", relpath, relpath); fputs("</td><td><h1>", fp); |