div id "content" instead of "#content"?

jadams1 - March 27, 2007 - 17:12
Project:Zen
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

In version 1.x, page.tpl.php line 79, we have:

I believe this should be:

Without the # sign. But I am a newbie, can you confirm?

Thanks
John

#1

jadams1 - March 27, 2007 - 17:15

Ok I'll try this again:

In version 1.x, in page.tpl.php line 79 we have:
<div id="#content">
I believe this should be:
<div id="content">
without the # sign. Can you confirm?

#2

add1sun - May 7, 2007 - 10:44
Status:active» needs review

yuppers, that is incorrect. easy in char fix patch attached. can someone just look at it real quick and mark it rtbc?

AttachmentSize
zen_fix_content_div.patch 930 bytes

#3

jjeff - May 7, 2007 - 12:09
Status:needs review» reviewed & tested by the community

Yes. I've noticed this bug and thought I'd fixed it.

Maybe I fixed it in Zengine... maybe not :-)

#4

add1sun - May 7, 2007 - 13:12
Status:reviewed & tested by the community» fixed

Done.

#5

Anonymous - May 21, 2007 - 13:31
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.