ZF-2886: Zend_Layout doc mistake
Description
In the second example in http://framework.zend.com/manual/en/…
There is a
<?= $this->headTitle() ?> and it creates double .Here is a diff:
Index: I:/xampp/php/PEAR/Zend15/documentation/manual/en/module_specs/Zend_Layout-QuickStart.xml
===================================================================
--- I:/xampp/php/PEAR/Zend15/documentation/manual/en/module_specs/Zend_Layout-QuickStart.xml (revision 8831)
+++ I:/xampp/php/PEAR/Zend15/documentation/manual/en/module_specs/Zend_Layout-QuickStart.xml (working copy)
@@ -66,7 +66,7 @@
- <?= $this->headTitle() ?>
+ <?= $this->headTitle() ?>
<?= $this->headScript() ?>
<?= $this->headStyle() ?>
Comments
Posted by Thomas Weidner (thomas) on 2008-03-15T16:21:31.000+0000
Fixed with SVN-8842
Posted by Wil Sinclair (wil) on 2008-03-21T17:11:57.000+0000
I'm assuming this fix is merged to the 1.5 release branch for release with 1.5.1. Please update JIRA if this is not the case.