Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1164 by [email protected]: log.html breaks if a keyword
argument contains "</script>"
http://code.google.com/p/robotframework/issues/detail?id=1164
If a keyword is given an argument that contains "</script>", log.html will
not work properly. Instead, it the rest of the script block will be printed
on the top of the page and the actual test cases won't get labelled
correctly.
Even though the </script> is quoted in javascript, it will still be
interpreted as closing the script block at least in Firefox.