diff options
Diffstat (limited to 'libs/plugins/modifiercompiler.indent.php')
| -rw-r--r-- | libs/plugins/modifiercompiler.indent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/plugins/modifiercompiler.indent.php b/libs/plugins/modifiercompiler.indent.php index cc690725..e62d56ca 100644 --- a/libs/plugins/modifiercompiler.indent.php +++ b/libs/plugins/modifiercompiler.indent.php @@ -5,7 +5,6 @@ * @subpackage PluginsModifierCompiler
*/
-
/**
* Smarty indent modifier plugin
*
@@ -18,6 +17,7 @@ * @param array $params parameters
* @return string with compiled code
*/
+
function smarty_modifiercompiler_indent($params, $compiler)
{
if (!isset($params[1])) {
|
