twendelmuth / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

textarea tag wil become a self-closing tag #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. send the html content to anti samy project like <textarea></textarea>

What is the expected output? What do you see instead?
 <textarea></textarea>

Actual output is:
</textarea> (textarea is not self closing tag)

What version of the product are you using? On what operating system?
anti-samy-1.5.2.jar

Please provide any additional information below.

Original issue reported on code.google.com by nareshre...@gmail.com on 7 Jan 2014 at 10:03

Attachments: