You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeremy Thomerson (JIRA)" <ji...@apache.org> on 2010/03/05 18:34:27 UTC

[jira] Closed: (WICKET-2765) MarkupException on unclosed tag

     [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson closed WICKET-2765.
------------------------------------

    Resolution: Won't Fix

There's no reason for us to start adding a bunch of rules allowing non-valid XHTML.  Simply add " />" to the end of your col tag.  If you disagree, please give a supporting reason that we should add these parsing rules that allow you to generate invalid markup.

> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Priority: Trivial
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.