phptemplate.engine surrounds $content with comments - these should be included in the theme (i.e. page.tpl.php) not the theme engine.
/*phptemplate.engine Line 202*/
'content' => '<!-- begin content -->' . $content . '<!-- end content -->',
/*should read*/
'content' => $content,
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 92258.patch.txt | 971 bytes | dopry |
Comments
Comment #1
dopry commentedHeres a patch....
Comment #2
Steven commentedYeah, those comment tags are very unnecessary. Committed to HEAD.
Comment #3
(not verified) commented