From 3b02a34519fbdfc14248dbcb36d09b7f08315243 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 22 Dec 2011 18:01:44 +0000 Subject: Allow (escaped) html tags in roundcube special tag attributes git-svn-id: https://svn.roundcube.net/trunk@5647 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index f65080373..95f92a587 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -661,7 +661,7 @@ class rcube_template extends rcube_html_page */ private function parse_xml($input) { - return preg_replace_callback('/]+)>/Ui', array($this, 'xml_command'), $input); + return preg_replace_callback('/]|\\\\>)+)(?/Ui', array($this, 'xml_command'), $input); } -- cgit v1.2.3