15 Mar
2001
15 Mar
'01
4:38 p.m.
On 15 Mar 2001, you wrote in local.zope.dev:
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.
It just seems to be one place in zope's code. OFS/dtml/main.dtml, line 43 needs the spurious slash removing.