diff --git a/website/apps/frontend/modules/manual/actions/actions.class.php b/website/apps/frontend/modules/manual/actions/actions.class.php index 75d1e4e77..568f2e62d 100644 --- a/website/apps/frontend/modules/manual/actions/actions.class.php +++ b/website/apps/frontend/modules/manual/actions/actions.class.php @@ -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;