Why do tidy changed <%JSID%> into "3C%JSID%%3E" ?????

Hi,
      The HTML Tidy is great!  But there is one problem that I can't
solved.

The Original :
<form name=frm1 action="BxxxServlet?JSID=<%JSID%>&RDOName=BxxxCelcomSMS&MethodName=confirmCelcomSMSReg" method="POST" onSubmit=" return doSubmit();">

After HTML Tidy :
<FORM name="frm1" action="BxxxServlet?JSID=%3C%JSID%%3E&RDOName=BxxxCelcomSMS&MethodName=confirmCelcomSMSReg" method="post" onsubmit=" return doSubmit
();">

I noticed that the HTML Tidy will changed the <%JSID%> into "3C%JSID%%3E " which is not correct.
Is there any switch or option to turn this feature off.

Thanks..
Gooi Chin Hin (From Malaysia)

Received on Monday, 14 April 2003 04:01:31 UTC