remove double newline bloat
This commit is contained in:
2
urmoms.c
2
urmoms.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user