- From: Jean-Christian Imbeault <jc@mega-bucks.co.jp>
- Date: Fri, 30 May 2003 17:46:15 +0900
- To: html-tidy@w3.org
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>");
How can I prevent this? I couldn't find an appropriate Tidy directive.
Thansk!
PS please reply both to me and the list as I am new to this ML and for 
some reason I am not receiving posts ...
-- 
Jean-Christian Imbeault
Received on Friday, 30 May 2003 04:52:21 UTC