Commit 96bed9d3 authored by jepso's avatar jepso

Just render the manual content

parent 90541334
......@@ -243,7 +243,7 @@ class manualActions extends sfActions
case 'Xhtml':
default:
$this->renderer->setOption('template', file_get_contents(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'templates/xhtml.tpl.php'));
$this->renderer->setOption('template', '%CONTENT%');
$viewIndex = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment