Hi everyone,
I just tried the solution for setting the Doctype in the Bootstrap and
then printing it in View-scripts as stated in changeset 9531:
http://framework.zend.com/code/changelog/Zend_Framework?cs=9531On line 58 it says how to print the doctype in your layout-script:
<?php echo $this->doctype()->getDoctype() ?>
I think this should rather read:
<?php echo $this->doctype() ?>
So that it outputs the whole "<!DOCTYPE..."-stuff and not just the
doctype's name-constant.
As always I'm extremely unsure where to post that (reopen the ticket?
open new ticket? email someone) - so I'm posting to the list. sorry :)
Sincerely,
Reto Kaiser
On Thu, May 29, 2008 at 5:51 AM, Jason Webster <
jason@...> wrote:
> This was covered a day or two ago:
>
http://framework.zend.com/issues/browse/ZF-3323