ZF-6977: zf.sh create project generates wrong HTML in views/script/index/index.phtml
Description
zf.sh create project generates wrong HTML in views/script/index/index.phtml
Error in closing h1 tag. Error in closing h3 tag Error using uppercase tags
zf.sh create project generates wrong HTML in views/script/index/index.phtml
Error in closing h1 tag. Error in closing h3 tag Error using uppercase tags
Comments
Posted by Hugo Martinez Avila (hmart) on 2009-06-10T08:30:11.000+0000
Attached the corrected HTML for usin ing the heredoc block in ZendFramework/library/Zend/Tool/Project/Context/Zf/ViewScriptFile.php
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-11T03:32:49.000+0000
Solved in SVN r15995 Also remove of an unnecessary CENTER tag.