From 7a16692501f007b5a3127cdcde769ff6e6538e93 Mon Sep 17 00:00:00 2001 From: Michael Richey Date: Mon, 4 Dec 2017 09:29:31 -0600 Subject: [PATCH] removed newline --- admin/helpers/compiler/e_Interpretation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index 36a075a7d..e25f159d6 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -1660,7 +1660,7 @@ class Interpretation extends Fields { // build decoder string if(!$runplugins) { - $runplugins = PHP_EOL."\t".$tab."\tJPluginHelper::importPlugin('content');\n"; + $runplugins = PHP_EOL."\t".$tab."\tJPluginHelper::importPlugin('content');"; $runplugins .= PHP_EOL."\t".$tab."\t".'$dispatcher = JEventDispatcher::getInstance();'; } $fieldUikit .= PHP_EOL."\t".$tab."\t//".$this->setLine(__LINE__)." Make sure the content prepare plugins fire on ".$field;