From: SourceForge.net <no...@so...> - 2004-01-10 21:38:53
|
Bugs item #763186, was opened at 2003-06-30 15:30 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=763186&group_id=13153 Category: DOM Support Group: None >Status: Pending >Resolution: Works For Me Priority: 5 Submitted By: Meenakshi Sundaram P (meenakship) >Assigned to: fabrizio giustina (fgiust) Summary: Another DOM Parsing error Initial Comment: Hi The bug is, JTidy while parsing the htmlpage(to form document) inserts a space into text which follows </a> Before parsing <html> <body> <table> <tr> <td valign = "top" align = "left" class = "psTd" > <a href = "abc.html" >Joint </a> <br></br> <br></br>Standard </td> </tr> </table> </body> <html> After parsing <html> <body> <table> <tr> <td valign = "top" align = "left" class = "psTd" > <a href = "abc.html" >Joint </a> <br></br> <br></br>S tandard </td> </tr> </table> </body> <html> Please note that the text "Standard" becomes "S tandard" What is the reason for it? Thanks in Advance Meenakshi Sundaram P mee...@lu... ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-01-10 22:38 Message: Logged In: YES user_id=798060 Unable to reproduce the problem using r7 and the given text. Please upload a test file and your current configuration. Added test case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=763186&group_id=13153 |