diff --git a/libs/sysplugins/smarty_internal_compile_include.php b/libs/sysplugins/smarty_internal_compile_include.php index f69d48c0..d2f7484a 100644 --- a/libs/sysplugins/smarty_internal_compile_include.php +++ b/libs/sysplugins/smarty_internal_compile_include.php @@ -147,9 +147,9 @@ class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase { $_output .= "updateParentVariables($_parent_scope);?>"; } } - $_output .= "\n"; + $_output .= ""; return $_output; } } -?> \ No newline at end of file +?>