Just noticed on the public site: http://ie8.caffeine.co.il/ that the page wasn't rendering properly due to an issue with the doctype - found the source here and wanted to let you know.
Line 1: doctype html(lang='en')
Generates: <!DOCTYPE html(lang='en')>
...
Which is not valid. Should be <!doctype html><head...
Just noticed on the public site: http://ie8.caffeine.co.il/ that the page wasn't rendering properly due to an issue with the doctype - found the source here and wanted to let you know.
Line 1: doctype html(lang='en')
Generates: <!DOCTYPE html(lang='en')>
...Which is not valid. Should be <!doctype html><head...