Changeset 6af5931 in github
- Timestamp:
- Dec 22, 2011 1:01:44 PM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 3e7b1c0
- Parents:
- 68e13c4
- File:
-
- 1 edited
-
program/include/rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
rf94e442 r6af5931 662 662 private function parse_xml($input) 663 663 { 664 return preg_replace_callback('/<roundcube:([-_a-z]+)\s+( [^>]+)>/Ui', array($this, 'xml_command'), $input);664 return preg_replace_callback('/<roundcube:([-_a-z]+)\s+((?:[^>]|\\\\>)+)(?<!\\\\)>/Ui', array($this, 'xml_command'), $input); 665 665 } 666 666
Note: See TracChangeset
for help on using the changeset viewer.
