[Zope] HTML validation failure with DTML-renders  -- ends tag with />
   
    Jim Washington
     
    jwashin@vt.edu
       
    Mon, 01 Oct 2001 08:32:33 -0400
    
    
  
marc lindahl wrote:
>
>>From: "Trevor Toenjes" <zope@toenjes.com>
>>
>>Zope inserts '/>' as the close, instead of just  '>'
>>for the automatic '<img src...' created when calling an image with DTML.
>>
>
>There are other places zope does this, and CMF.... what I found is that for
>some things (like <BR/>)  putting the /> breaks Netscape 4.x ... so I've
>been taking the />'s back out :(
>
<BR />  (space between the R and /) is a work-around that has worked for me.
-- Jim Washington