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

skala
Ivan Tcholakov 14 years ago
parent 2f2ffb290d
commit 8327828b5e
  1. 2
      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";
}

Loading…
Cancel
Save