Tagged Questions
1
vote
1answer
294 views
zend specified doctype is malformed errord
so I was trying to add the RDFA doctype into zend by typing the following into my layout.phtml...
$doctypeHelper = new Zend_View_Helper_Doctype();
$doctypeHelper->doctype('XHTML1_RDFA');
so that ...