From 27ae6d27d8e757c6bfd342f46ede89551acc5914 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 13 Dec 2006 23:22:57 +0000 Subject: #92258: remove silly html comment from phptemplate content --- themes/engines/phptemplate/phptemplate.engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/engines/phptemplate') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index faa4f320f..02d365a32 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -199,7 +199,7 @@ function phptemplate_page($content, $show_blocks = TRUE) { 'base_path' => base_path(), 'breadcrumb' => theme('breadcrumb', drupal_get_breadcrumb()), 'closure' => theme('closure'), - 'content' => '' . $content . '', + 'content' => $content, 'feed_icons' => drupal_get_feeds(), 'footer_message' => filter_xss_admin(variable_get('site_footer', FALSE)) . "\n" . theme('blocks', 'footer'), 'head' => drupal_get_html_head(), -- cgit v1.2.3