From 64e3040cd3fac0586f3f2cc5dc8a306f96d395a9 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Thu, 31 Jan 2008 09:18:06 +0000 Subject: [PATCH] Reverting escaping to true, you never know ;) --- fp-plugins/bbcode/plugin.bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php index b1b0416..433cfcd 100644 --- a/fp-plugins/bbcode/plugin.bbcode.php +++ b/fp-plugins/bbcode/plugin.bbcode.php @@ -8,7 +8,7 @@ Author: Hydra, NoWhereMan Author URI: http://flatpress.sf.net */ -define('BBCODE_ESCAPE_HTML', 0); +define('BBCODE_ESCAPE_HTML', true); define('BBCODE_ENABLE_COMMENTS', false); define('BBCODE_USE_EDITOR', true); define('BBCODE_URL_MAXLEN', 40);