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 ImbeaultReceived on Friday, 30 May 2003 04:52:21 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:06:49 UTC