]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - download.c
Make the reports title consistent
[thirdparty/sarg.git] / download.c
index 1fa63b341d21c9290dfa0cd5d9d2ca271008fe66..5a4d8134fe9cb2220cebc8c68665d3bb2d22291c 100644 (file)
@@ -75,14 +75,13 @@ void download_report(void)
    }
 
    write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 3 : 1,_("Downloads"));
-   fputs("<tr><td class=\"header_l\">",fp_ou);
+   fputs("<tr><td class=\"header_c\">",fp_ou);
    fprintf(fp_ou,_("Period: %s"),period.html);
    fputs("</td></tr>\n",fp_ou);
    fprintf(fp_ou,"<tr><th class=\"header_c\">%s</th></tr>\n",_("Downloads"));
    close_html_header(fp_ou);
 
    fputs("<div class=\"report\"><table cellpadding=\"0\" cellspacing=\"2\">\n",fp_ou);
-   fputs("<tr><td></td></tr>\n",fp_ou);
    fprintf(fp_ou,"<tr><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr>\n",_("USERID"),_("IP/NAME"),_("DATE/TIME"),_("ACCESSED SITE"));
 
    if ((line=longline_create())==NULL) {