Frank Gerhardt - don't send personal email to this address wrote:
> My form contains an input field:
> <input jwcid="usernameTextField" size="12"/>
> 
> Composer removes the slash at the end of the tag.
> 
> <input jwcid="usernameTextField" size="12">
> 
> Then it's not valid HTML any more. I would have to add an explicit closing tag
> like </input>. Composer removes that too. Of course today's browsers handle that
> nicely but for processing the HTML I need well-formed HTML. Any idea how to
> switch of this feature?
> 
> Frank.
> 
that's XHTML not html, is your doc type correct?


Reply via email to