[MKDoc-modules] Re: [BUG] <form> attributes are removed from HTML components

Bruno Postle bruno at webarchitects.co.uk
Fri Nov 14 15:23:57 GMT 2003


On Fri 14-Nov-2003 at 03:08:36PM +0000, Chris Croome wrote:
> 
>   <form 
>     method="post"
>     action="http://www.lasa.org.uk/cgi-bin/announce/adduser.cgi">
> 
> However if you edit it so that it does MKDoc then removes the action
> attribute so that this is the result:
> 
>   <form method="post">

This is a MKDoc::XML bug, this file:

    lib/MKDoc/XML/Stripper/mkdoc16.txt

..is missing a line:

    form action

The other data files are fine.  I've committed the change to CVS.

-- 
Bruno


More information about the MKDoc-modules mailing list