From: Frédéric Marchal Date: Mon, 15 Feb 2010 14:03:18 +0000 (+0000) Subject: Remove the invalid nospaw attribute from html output X-Git-Tag: v2.3-pre2~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=543b3b8958b441af927a707e2d4ddb7504a20ba2;p=thirdparty%2Fsarg.git Remove the invalid nospaw attribute from html output --- diff --git a/dansguardian_report.c b/dansguardian_report.c index 745c747..a9f53ea 100644 --- a/dansguardian_report.c +++ b/dansguardian_report.c @@ -165,11 +165,11 @@ void dansguardian_report(void) continue; } - fprintf(fp_ou,"%s%s%s-%s%s%s%s-%s",fp_ou); output_html_string(fp_ou,url,100); - fprintf(fp_ou,"%s\n",rule); + fprintf(fp_ou,"%s\n",rule); } fclose(fp_in);