From 8327828b5ebdf483d7f7a5e0255044a411d8d61b Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Mon, 14 Feb 2011 20:21:09 +0200 Subject: [PATCH] Feature #1282 - Removing a comment (var_dump()). --- main/inc/lib/fckeditor/fcktemplates.xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fckeditor/fcktemplates.xml.php b/main/inc/lib/fckeditor/fcktemplates.xml.php index 46db3b2721..e3ca3bd5fc 100755 --- a/main/inc/lib/fckeditor/fcktemplates.xml.php +++ b/main/inc/lib/fckeditor/fcktemplates.xml.php @@ -95,7 +95,7 @@ function loadCSS($css_name) { '/\n{3,}/m' => "\n\n" // Removing extra empty lines. ); $template_css = preg_replace(array_keys($regex), $regex, $template_css); -//var_dump($template_css); + return "\n".''."\n"; }