You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/25 02:39:17 UTC

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

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

Igor Vaynberg resolved WICKET-2765.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
                   1.5-M2
       Resolution: Fixed

added to ExtendedOpenCloseTagExpander, install it to get the behavior

> 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
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.4.11, 1.5-M2
>
>
> 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.