Download & Extend

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

Project:Zen
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

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

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

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

Status:reviewed & tested by the community» fixed

Done.

#5

Status:fixed» closed (fixed)
nobody click here