Hi,

i'm trying to use the markup provided by html5 boilerplate:
http://html5boilerplate.com/

They use <!--[if lt IE 7]>   <![endif]-->  comments to render different
opening <html> tags for different versions of Internet Explorer, easing CSS
selectors for IE.

Here's how it looks like: https://gist.github.com/pulse00/6230134

When using this markup in wicket, i see the following exception: Tag does
not have a close tag </html>

It looks like wicket is getting confused by the html comments containing
<html> tags.

Has anyone an idea how to implement this in wicket?


regards


-robert

Reply via email to