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
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
yuppers, that is incorrect. easy in char fix patch attached. can someone just look at it real quick and mark it rtbc?
#3
Yes. I've noticed this bug and thought I'd fixed it.
Maybe I fixed it in Zengine... maybe not :-)
#4
Done.
#5