Thread
:
The framework incorrectly output Xhtml form element tags!
View Single Post
#
2
(
permalink
)
05-23-2008, 11:26 AM
t-mow
Junior Member
Join Date: Nov 2007
Location: Elmshorn, Germany
Posts: 14
Had this problem yesterday, too: you have to setup the doctype in bootstrap and then just echo it in your layout.
Bootstrap:
PHP Code:
$view
=
$layout
->
getView
();
$view
->
doctype
(
'XHTML1_TRANSITIONAL'
);
t-mow
View Public Profile
Send a private message to t-mow
Visit t-mow's homepage!
Find all posts by t-mow