dqw / owaspantisamy

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

Blank space getting inserted in empty tags. #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use this input html
<html>
<body>
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
</body>
</html>

2. and run antisamy with formatOuput On.

expected output: No between or surrounding span tags.

Acutal output :<html> <head><META http-equiv="Content-Type" content="text/html; 
charset=UTF-8"></head><body> <span></span> </body></html>

This is an issue, if the html is used in html editor which considers blank 
spaces. The html template gets modified.

Version :Antisamy 1.3
OS : Windows/Linux

Original issue reported on code.google.com by MuthuKum...@gmail.com on 7 Jun 2011 at 8:47

GoogleCodeExporter commented 8 years ago
expected output: No space between or surrounding parent or empty tags.

Acutal output :<html> <head><META http-equiv="Content-Type" content="text/html; 
charset=UTF-8"></head><body> <ul> <li>Coffee</li> <li>Milk</li> </ul> 
</body></html>

Original comment by MuthuKum...@gmail.com on 7 Jun 2011 at 9:17

GoogleCodeExporter commented 8 years ago
Issue 110 has been merged into this issue.

Original comment by arshan.d...@gmail.com on 7 Jun 2011 at 8:38

GoogleCodeExporter commented 8 years ago
This was fixed a long time ago. If your issue still works against 1.4.4, then 
please report it again.

Original comment by arshan.d...@gmail.com on 7 Jun 2011 at 8:39