diff options
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); |