]> git.sur5r.net Git - contagged/blobdiff - smarty/plugins/modifier.strip.php
Smarty update to 2.6.14
[contagged] / smarty / plugins / modifier.strip.php
index 0db2f8ae21705aee0f1e3c2521a5a8c125c2badb..cc5c453c8a76d24fe59c114728a937ffb9633c35 100644 (file)
@@ -17,7 +17,7 @@
  * Date:     September 25th, 2002
  * @link http://smarty.php.net/manual/en/language.modifier.strip.php
  *          strip (Smarty online manual)
- * @author   Monte Ohrt <monte@ispi.net>
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @version  1.0
  * @param string
  * @param string
@@ -25,7 +25,7 @@
  */
 function smarty_modifier_strip($text, $replace = ' ')
 {
-       return preg_replace('!\s+!', $replace, $text);
+    return preg_replace('!\s+!', $replace, $text);
 }
 
 /* vim: set expandtab: */