Browse Source

Feature #1282 - Removing a comment (var_dump()).

Ivan Tcholakov 14 years ago
parent
commit
8327828b5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/fckeditor/fcktemplates.xml.php

+ 1 - 1
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".'<style type="text/css">'.$template_css.'</style>'."\n";
 }