Dear Hector,
Thank you for your reply.
Yes I am using the doctype view helper the relevant code is below:
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
protected function _initPlaceholders()
{
$this->bootstrap("view");
$view = $this->getResource("view");
$view->doctype("HTML4_STRICT");
// Meta tag information
// CSS information
}
}
For some reason I think the HTML rendered is not taking out the space
that XHTML 1.0 strict needs before the closing slash.
Yours sincerely,
Nanda
On Sunday 28 November 2010 11:10 PM, Hector Virgen [via Zend Framework
Community] wrote:
> Are you using the doctype view helper? That's what all the other view
> helpers will reference when generating their html.
> ------------------------------------------------------------------------
> View message @
> http://zend-framework-community.634137.n4.nabble.com/Meta-tags-rendering-and-indentation-issues-tp3062357p3062568.html
> To unsubscribe from Meta tags rendering and indentation issues, click
> here
> <http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3062357&code=bmF2YW5pdGFjaG9yYUBnbWFpbC5jb218MzA2MjM1N3wtOTk3MTY2OTg0>.
>
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Meta-tags-rendering-and-indentation-issues-tp3062357p3063099.html
Sent from the Zend Framework mailing list archive at Nabble.com.