Hi,

For indentation in the header tags, try this


$view = new Zend_View();
$view->headMeta()->setIndent(8);
$view->headLink()->setIndent(8);
$view->headScript()->setIndent(8);


8 equals 8 space of indentation.



-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Meta-tags-rendering-and-indentation-issues-tp3062357p3303891.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to