user-script html output
Posted: July 19th, 2008, 6:49 pm
i tried in one of my user-scripts to use html output, but the resulting code was changed. i had the following line in my userscript:
is it possible for cherrypy to detect if html code was in the output and NOT have it change thatpart of the output??
and that gave me the following output:echo [Cleanup] Cleaning up download directory: ^%3^
That means that cherrypy cleans the code before displaying it.[Cleanup] Cleaning up download directory: <a href=">">">"</a>
is it possible for cherrypy to detect if html code was in the output and NOT have it change thatpart of the output??