From: SourceForge.net <no...@so...> - 2004-05-08 12:44:00
|
Bugs item #950402, was opened at 2004-05-08 18:13 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=950402&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Navneet Karnani (navneetkarnani) Assigned to: Nobody/Anonymous (nobody) Summary: HTML tags that don't have closing tags are not treated corre Initial Comment: HTML tags like BR and IMG are treated as error. Here is a sample of the output i see: line 112 column 69 - Error: unexpected </span> in <img> line 113 column 1 - Error: unexpected </td> in <img> line 115 column 1 - Error: unexpected </tr> in <img> line 165 column 17 - Error: <td> missing '>' for end of tag line 167 column 33 - Error: unexpected </a> in <br> line 167 column 39 - Error: unexpected </td> in <br> line 173 column 28 - Error: unexpected </A> in <BR> This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=950402&group_id=13153 |