Skip to content
Snippets Groups Projects
Commit df3b16c3 authored by Tim Steiner's avatar Tim Steiner
Browse files

Explicitly tell the view that we're using XHTML, so it outputs valid XHTML.

parent 95de6592
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ class App_Controller_Action extends Unl_Controller_Action
{
parent::init();
$this->view->addHelperPath(dirname(__FILE__) . '/../View/Helper', 'App_View_Helper');
$this->view->doctype()->setDoctype(Zend_View_Helper_Doctype::XHTML1_TRANSITIONAL);
// Zend_Controller_Action_HelperBroker::addPrefix('App_Controller_Helper');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment