« Return to Thread: valid html issue

Re: valid html issue

by Greg Donald-3 :: Rate this Message:

Reply to Author | View in Thread

On 5/29/08, Matthew Weier O'Phinney <matthew@...> wrote:
> You need to set the doctype in
>  your bootstrap or an early-running plugin so that it can be used in your
>  action view scripts; when you set it in the layout, it's too late, as
>  these have already been rendered.

That would seem problematic since it would force the application to
only use a single doctype, using XHTML1_STRICT when I really need to
use XHTML1_FRAMESET for example.

I guess I'll just use regular html tags and skip this particular helper.


--
Greg Donald
http://destiney.com/

 « Return to Thread: valid html issue