diff options
-rw-r--r-- | themes/engines/phptemplate/phptemplate.engine | 2 |
1 files changed, 1 insertions, 1 deletions
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' => '<!-- begin content -->' . $content . '<!-- end 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(), |