From 543b3b8958b441af927a707e2d4ddb7504a20ba2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 15 Feb 2010 14:03:18 +0000 Subject: [PATCH] Remove the invalid nospaw attribute from html output --- dansguardian_report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2