From: SourceForge.net <no...@so...> - 2004-04-28 08:12:01
|
Bugs item #943559, was opened at 2004-04-28 01:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: form after tr Initial Comment: tidy doesnt fix the following error good enough: the source gtml id: ######################### <table> <tr> <form action=""> <td >yyy</td> </form> </tr> </table> ######################### tidy out put will be: <TABLE> <TR> <TD> <FORM ACTION=""> <TABLE> <TR> <TD>yyy</TD> </TR> </TABLE> </FORM> </TD> </TR> </TABLE> ######################### as you can see tidy add unnecessary table infront of the td element. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 |