From 968deec9a406ebb7d6d99995c21bcfa2efb127fa Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 10 Jun 2010 18:58:26 +0000 Subject: [PATCH] remove newline on include tag --- libs/sysplugins/smarty_internal_compile_include.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>