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


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.

Reply via email to