Re: Tidy choking on quotes-within-quotes in javascript

* Jean-Christian Imbeault wrote:
>The following javascript gets it's quotes mangled (escaped) by Tidy:
>
>document.write("<img src='http://domain.com" + document.referrer + "' 
>width=1 height=1>");
>
>Become:
>
>document.write("<img src=\'http://domain.com" + document.referrer + "\' 
>width=1 height=1>");

I am sorry but I am unable to reproduce this behaivour. Do you have a
more complete sample document? What version of HTML Tidy do you sue?

Received on Monday, 7 July 2003 00:38:21 UTC