]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - repday.c
Improve javascript inclusion in HTML files
[thirdparty/sarg.git] / repday.c
index 4a610f1943fd9b8582142a565d43ac6db8e65d98..2b587d0031eaf947c3be5c8a705055d7cf04716e 100644 (file)
--- a/repday.c
+++ b/repday.c
@@ -124,7 +124,7 @@ void report_day(const struct userinfostruct *uinfo)
      exit(EXIT_FAILURE);
    }
 
-   write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 4 : 2,_("Day report"));
+   write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 4 : 2,_("Day report"),HTML_JS_NONE);
    fprintf(fp_ou,"<tr><td class=\"header_c\" colspan=\"2\">%s:&nbsp;%s</td></tr>\n",_("Period"),period.html);
    fprintf(fp_ou,"<tr><th class=\"header_c\" colspan=\"2\">%s:&nbsp;%s</th></tr>\n",_("User"),uinfo->label);
    close_html_header(fp_ou);