[Zope-dev] manage_main <select ... /> don't work with Mozilla
Cyril Elkaim
cyril.elkaim@free.fr
Thu, 15 Mar 2001 17:20:38 +0100
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