Line 79 should be <div id="content">. Please remove "#". The W3C-validator shows the following error: character "#" is not allowed in the value of attribute "id".

Comments

TobiasH’s picture

I meant line 79 in page.tpl.php. ;)

niklp’s picture

I haven't got that in mine...?

A complete cat * | grep \#content reveals no such line at all...?

TobiasH’s picture

Don't look into zen-5.x-0.6. The bug is part of the development version.

rport’s picture

This seems simple enough, simply edit the page.tpl.php from the development version of Zen on line 79 to read <div id="content"> insead of <div id="#content">, this will fix the problem and validation will work.

~ rport

figaro’s picture

Status: Active » Closed (fixed)