- 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.u.php
r22567 r22796 19 19 * @return string 20 20 */ 21 function smarty_modifier_u($string) 22 { 21 function smarty_modifier_u($string) { 23 22 return htmlspecialchars(rawurlencode($string), ENT_QUOTES); 24 23 }
Note: See TracChangeset
for help on using the changeset viewer.
