remove double newline bloat

This commit is contained in:
Hiltjo Posthuma
2015-12-20 21:49:23 +01:00
parent b8fc56187e
commit ae620515b0
2 changed files with 2 additions and 2 deletions

View File

@@ -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);