diff options
| author | Uwe.Tews <uwe.tews@localhost> | 2010-06-01 19:11:48 +0000 |
|---|---|---|
| committer | Uwe.Tews <uwe.tews@localhost> | 2010-06-01 19:11:48 +0000 |
| commit | 62490ae8c0a3e410ec6858154cee5388e735b3bd (patch) | |
| tree | 16df0abb728c9cf05fe1dda1242b030f5bbe0839 /libs/plugins | |
| parent | c82455c145cbf865ef8a5928a8c4cbb5f04bac9f (diff) | |
| download | smarty-62490ae8c0a3e410ec6858154cee5388e735b3bd.tar.gz smarty-62490ae8c0a3e410ec6858154cee5388e735b3bd.tar.bz2 smarty-62490ae8c0a3e410ec6858154cee5388e735b3bd.zip | |
- removed /* vim: set expandtab: */ comments
- bugfix of auto literal problem introduce with fix of 31/05/2010
Diffstat (limited to 'libs/plugins')
| -rw-r--r-- | libs/plugins/function.counter.php | 3 | ||||
| -rw-r--r-- | libs/plugins/function.cycle.php | 3 | ||||
| -rw-r--r-- | libs/plugins/function.popup_init.php | 5 | ||||
| -rw-r--r-- | libs/plugins/modifier.regex_replace.php | 5 | ||||
| -rw-r--r-- | libs/plugins/shared.escape_special_chars.php | 5 |
5 files changed, 3 insertions, 18 deletions
diff --git a/libs/plugins/function.counter.php b/libs/plugins/function.counter.php index 24959cd6..1f6e1cf7 100644 --- a/libs/plugins/function.counter.php +++ b/libs/plugins/function.counter.php @@ -74,7 +74,4 @@ function smarty_function_counter($params, $smarty) return $retval; } - -/* vim: set expandtab: */ - ?>
\ No newline at end of file diff --git a/libs/plugins/function.cycle.php b/libs/plugins/function.cycle.php index 65f1d5b2..509584c9 100644 --- a/libs/plugins/function.cycle.php +++ b/libs/plugins/function.cycle.php @@ -100,7 +100,4 @@ function smarty_function_cycle($params, $smarty) return $retval; } - -/* vim: set expandtab: */ - ?>
\ No newline at end of file diff --git a/libs/plugins/function.popup_init.php b/libs/plugins/function.popup_init.php index ae580376..dc5bbd7a 100644 --- a/libs/plugins/function.popup_init.php +++ b/libs/plugins/function.popup_init.php @@ -35,7 +35,4 @@ function smarty_function_popup_init($params, $smarty, $template) trigger_error("popup_init: missing src parameter",E_USER_WARNING); } } - -/* vim: set expandtab: */ - -?> +?>
\ No newline at end of file diff --git a/libs/plugins/modifier.regex_replace.php b/libs/plugins/modifier.regex_replace.php index 100b58ce..7c6e6b90 100644 --- a/libs/plugins/modifier.regex_replace.php +++ b/libs/plugins/modifier.regex_replace.php @@ -42,7 +42,4 @@ function _smarty_regex_replace_check($search) } return $search; } - -/* vim: set expandtab: */ - -?> +?>
\ No newline at end of file diff --git a/libs/plugins/shared.escape_special_chars.php b/libs/plugins/shared.escape_special_chars.php index f7142f91..5bd21ef8 100644 --- a/libs/plugins/shared.escape_special_chars.php +++ b/libs/plugins/shared.escape_special_chars.php @@ -25,7 +25,4 @@ function smarty_function_escape_special_chars($string) } return $string; } - -/* vim: set expandtab: */ - -?> +?>
\ No newline at end of file |
