15 Mar
2001
15 Mar
'01
4:20 p.m.
Matt wrote:
<select> should have a corresponding </select> right? In which case no, it should not have a trailing slash. They are only needed for single tags that have no corresponding close, eg <br /> <hr /> etc.
I agree but in the management interface of Zope it's not the case. You have <select ... /> Some stuff... </select> and you should have <select> stuff </select>. That's the reason why it doesn't work anymore with Mozilla. Cyril