Code

Updated smarty to recent 3.0.8
[gosa.git] / gosa-core / include / smarty / plugins / modifier.regex_replace.php
index 100b58ce4b1e7a969bef4fdee59f17d36f56f41c..9f148800e98d2e3401769f36ec6c7e37ca223ee5 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 /**
  * Smarty plugin
+ *
  * @package Smarty
- * @subpackage plugins
+ * @subpackage PluginsModifier
  */
 
-
 /**
  * Smarty regex_replace modifier plugin
  *
@@ -43,6 +43,4 @@ function _smarty_regex_replace_check($search)
     return $search;
 }
 
-/* vim: set expandtab: */
-
-?>
+?>
\ No newline at end of file