Changeset 3462:6b9b01e62d2c
- Timestamp:
- 12/20/16 13:48:33 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.tpl.context.php
r3429 r3462 138 138 $str = self::strip_tags($str); 139 139 } 140 elseif ($args['remove_html']) {140 if ($args['remove_html']) { 141 141 $str = self::remove_html($str); 142 142 $str = preg_replace('/\s+/',' ',$str); 143 143 } 144 elseif ($args['encode_xml'] || $args['encode_html']) {144 if ($args['encode_xml'] || $args['encode_html']) { 145 145 $str = self::encode_xml($str); 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.