]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - authfail.c
Output the period as an HTML text in the HTML reports
[thirdparty/sarg.git] / authfail.c
index ce4b0eed7ce37c00e67dbca8647f8b5af6d6bdfa..d1a22498f835346ac3e9ba89810b77909be503ea 100644 (file)
@@ -90,7 +90,7 @@ void authfail_report(void)
 
    write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 3 : 1,_("Authentication Failures"));
    fputs("<tr><td class=\"header_l\">",fp_ou);
-   fprintf(fp_ou,_("Period: %s"),period.text);
+   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",_("Authentication Failures"));
    close_html_header(fp_ou);