1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Bugtracker #4241, #4274 - decode image paths in forum (only affects TinyMCE)

This commit is contained in:
e107steved
2008-01-04 19:54:16 +00:00
parent 771343ee8a
commit 391b775568

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $
| $Revision: 1.26 $ | $Revision: 1.27 $
| $Date: 2007-12-30 23:31:18 $ | $Date: 2008-01-04 19:54:16 $
| $Author: e107steved $ | $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) 'user_body' => // text is user-entered (i.e. untrusted)'body' or 'bulk' text (e.g. custom page body, content body)
array( array(
// no changes to default-on items 'constants'=>TRUE
), ),
'linktext' => // text is the 'content' of a link (A tag, etc) 'linktext' => // text is the 'content' of a link (A tag, etc)