- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Mon, 07 Jul 2003 06:37:49 +0200
- To: Jean-Christian Imbeault <jc@mega-bucks.co.jp>
- Cc: html-tidy@w3.org
* 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