- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/smarty_extends/modifier.nl2br_html.php
r22567 r22796 19 19 * @return string 20 20 */ 21 function smarty_modifier_nl2br_html($string) 22 { 21 function smarty_modifier_nl2br_html($string) { 23 22 $lines = preg_split('/(\\r\\n|\\r|\\n)/', $string); 24 23 $keys = array_keys($lines);
Note: See TracChangeset
for help on using the changeset viewer.
