Re: undefined object userdatacatch in script.js

* Samson wrote:
>I have another issue with tidy.Tidy removes the spaces after inline tags(
><b> <i> etc)
>
>here is my command
>c:\tidy.exe --force-output true --input-xml true  --add-xml-space true
>--output-file c:\test c:\test.html.

Do not use --input-xml if your document is HTML or XHTML. If it is
neither, do not use Tidy to pretty print your XML documents when such
issues are a concern.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Wednesday, 12 May 2010 18:29:59 UTC