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

CommentFileSizeAuthor
#2 zen_fix_content_div.patch930 bytesadd1sun

Comments

jadams1-1’s picture

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?

add1sun’s picture

Status: Active » Needs review
StatusFileSize
new930 bytes

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

jjeff’s picture

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 :-)

add1sun’s picture

Status: Reviewed & tested by the community » Fixed

Done.

Anonymous’s picture

Status: Fixed » Closed (fixed)