diff --git a/library/App/Controller/Action.php b/library/App/Controller/Action.php
index f798aab148200bf240dfc91b315d41c74b15c2e7..54214761e80a59236e3f03a113d023a838ac0119 100644
--- a/library/App/Controller/Action.php
+++ b/library/App/Controller/Action.php
@@ -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');
     }
 }