| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Movable Type
Revision: 3058
Author: fumiakiy
Date: 23 Sep 2008 20:43:54
Changes:Removed debug print. BugId:81417
Files:| ... | ...@@ -270,7 +270,6 @@ | |
| 270 | 270 | $styles .= "\@import url(".MT::Util::caturl($app->static_path, $base_css).");\n" if $base_css; |
| 271 | 271 | $styles .= "\@import url($url);\n"; |
| 272 | 272 | $styles .= $footer; |
| 273 | print STDERR "styles=$styles\n"; | |
| 274 | 273 | |
| 275 | 274 | if ($template_text =~ s/\Q$header\E.*\Q$footer\E/$styles/s) { |
| 276 | 275 | $tmpl->text( $template_text ); |