From d9f0f3e051444dddd2ede255d72ada05fb91671d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 3 Jul 2013 23:37:18 +0200 Subject: [PATCH] Fix default value. re #46 --- config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_default.php b/config_default.php index bd67f4a..92383fa 100644 --- a/config_default.php +++ b/config_default.php @@ -200,6 +200,6 @@ * 1 : Yes (enable) * 0 : No */ - $config['cops_html_tag_filter'] = "1"; + $config['cops_html_tag_filter'] = "0"; ?> \ No newline at end of file