
Jon Gjengset - 2007-01-03 10:47:44
When you use JS document.write() in your code, and then run CleanOutput on it, CO will split tags you might have inside write() to new lines, and thus rendering your code damaged. This results in your page not being shown correctly.
I am currently out of ideas as to how to fix this problems, and any suggestions are very welcome.
Jon