Author: ivaynberg
Date: Fri Feb  5 02:40:07 2010
New Revision: 906776

URL: http://svn.apache.org/viewvc?rev=906776&view=rev
Log:
appease the tests

Modified:
    
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/pages/RedirectPage.html

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/pages/RedirectPage.html
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/pages/RedirectPage.html?rev=906776&r1=906775&r2=906776&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/pages/RedirectPage.html
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/pages/RedirectPage.html
 Fri Feb  5 02:40:07 2010
@@ -1,5 +1,3 @@
-<!-- prolog breaks internet explorer, WICKET-2718 -->
-<!-- < ? xml version="1.0" encoding="UTF-8" ? > -->
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -16,5 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
+<!-- prolog breaks internet explorer, WICKET-2718 -->
+<!-- < ? xml version="1.0" encoding="UTF-8" ? > -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html><head><meta wicket:id="redirect" http-equiv="refresh" content="0; 
url=app"/></head><body></body></html>
\ No newline at end of file


Reply via email to