Browse Source

Merge with deb2e1e9b7a2b9f81a6df9a2d0e28493ecffbdbd

Ivan Tcholakov 14 years ago
parent
commit
4e79441f1f
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";
 }