Closed (fixed)
Project:
Zen
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2007 at 01:05 UTC
Updated:
4 Jun 2007 at 19:17 UTC
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
Comment #1
TobiasH commentedI meant line 79 in page.tpl.php. ;)
Comment #2
niklp commentedI haven't got that in mine...?
A complete
cat * | grep \#contentreveals no such line at all...?Comment #3
TobiasH commentedDon't look into zen-5.x-0.6. The bug is part of the development version.
Comment #4
rport commentedThis seems simple enough, simply edit the
page.tpl.phpfrom 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
Comment #5
figaro commentedAs per http://drupal.org/node/131509