You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Erik van Oosten (JIRA)" <ji...@apache.org> on 2009/08/24 20:48:59 UTC

[jira] Updated: (WICKET-2404) Quickstart for 1.4 uses 1.3 dtd in HomePage.html

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

Erik van Oosten updated WICKET-2404:
------------------------------------

    Attachment: WICKET-2404-1.5.patch
                WICKET-2404-1.4.patch

Patch for Wicket 1.4 (please apply in 1.4 branch)
and Wicket 1.5 (please apply in trunk).

> Quickstart for 1.4 uses 1.3 dtd in HomePage.html
> ------------------------------------------------
>
>                 Key: WICKET-2404
>                 URL: https://issues.apache.org/jira/browse/WICKET-2404
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.0
>            Reporter: Erik van Oosten
>            Priority: Trivial
>         Attachments: WICKET-2404-1.4.patch, WICKET-2404-1.5.patch
>
>
> The generated HomePage.html contains the following header:
> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" >
> That should be:
> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" >

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