Menu

#175 not to add <form> tag

open
nobody
5
2012-10-08
2006-11-15
Anonymous
No

Hi,

I found that if my html body has an input field without enclosed in <form> tag, JTidy will automatically generate it. for example,

<input type="text" name="a" value="a">

will be transformed to:

<form> <input type="text" name="a" value="a"/> </form>

Is there a way to instruct JTidy not to do so? Because this extra <form> tag give me trouble.

thank you very much,

Henry

Discussion


Log in to post a comment.