summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-13 23:22:57 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-13 23:22:57 +0000
commit27ae6d27d8e757c6bfd342f46ede89551acc5914 (patch)
treeae78f5bb664ab16fe9480feee4120f1f8cace1c0 /themes/engines/phptemplate
parent17b8327efcbcc848d95834f573803549bfcbb3bd (diff)
downloadbrdo-27ae6d27d8e757c6bfd342f46ede89551acc5914.tar.gz
brdo-27ae6d27d8e757c6bfd342f46ede89551acc5914.tar.bz2
#92258: remove silly html comment from phptemplate content
Diffstat (limited to 'themes/engines/phptemplate')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
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(),