Author: ivaynberg
Date: Sun Sep  6 03:34:38 2009
New Revision: 811752

URL: http://svn.apache.org/viewvc?rev=811752&view=rev
Log:
WICKET-2404

Modified:
    
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html

Modified: 
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html?rev=811752&r1=811751&r2=811752&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
 (original)
+++ 
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
 Sun Sep  6 03:34:38 2009
@@ -1,4 +1,4 @@
-<html 
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"; >
+<html 
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"; >
     <head>  
         <title>Wicket Quickstart Archetype Homepage</title>
     </head>
@@ -8,4 +8,3 @@
         <span wicket:id="message">message will be here</span>
     </body>
 </html>
-


Reply via email to