nathos / amicus

Amicus is a clean project template for the Middleman static site generator. It includes HTML5 Boilerplate, the awesome Susy grid system, and lots of best practices.

Home Page:https://github.com/nathos/amicus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<html> tag not closed

michaelroper opened this issue · comments

Hi Nathan,

I just noticed that (I'm presuming) due to the IE conditional comments around the <html> tags, the closing </html> isn't being added by the HAML parser..

Any suggestions how to work around this?

Cheers,

Michael

Let's just say it's a Google-style optimization!

But seriously, good catch. I tweaked the opening conditional comments to fix the problem.

Cheers Nathan, will give that change a go..

ps - i did actually wonder for a second if the <html> tags were now optional in HTML5.. but only for a short second.. ;)