]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - squidguard_report.c
Make the reports title consistent
[thirdparty/sarg.git] / squidguard_report.c
index 62a9893b5fbf92ff0cf1203bd49eded30e332489..a08b9a7ad14b8cb6aad1f04037ef54d29f3d2d2e 100644 (file)
@@ -70,14 +70,13 @@ void squidguard_report(void)
    }
 
    write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 3 : 1,_("SQUIDGUARD"));
-   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",_("SQUIDGUARD"));
    close_html_header(fp_ou);
 
    fputs("<div class=\"report\"><table cellpadding=1 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><th class=\"header_l\">%s</th></tr>\n",_("USERID"),_("IP/NAME"),_("DATE/TIME"),_("ACCESSED SITE"),_("RULE"));
 
    while(fgets(buf,sizeof(buf),fp_in)!=NULL) {