From 391b775568b5ea902c16476f8822f011e916f90a Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 4 Jan 2008 19:54:16 +0000 Subject: [PATCH] Bugtracker #4241, #4274 - decode image paths in forum (only affects TinyMCE) --- e107_handlers/e_parse_class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 9f76ee37e..94784eecb 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $ -| $Revision: 1.26 $ -| $Date: 2007-12-30 23:31:18 $ +| $Revision: 1.27 $ +| $Date: 2008-01-04 19:54:16 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -90,7 +90,7 @@ class e_parse 'user_body' => // text is user-entered (i.e. untrusted)'body' or 'bulk' text (e.g. custom page body, content body) array( - // no changes to default-on items + 'constants'=>TRUE ), 'linktext' => // text is the 'content' of a link (A tag, etc)