You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2011/04/22 21:38:56 UTC

svn commit: r1096003 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html

Author: jdonnerstag
Date: Fri Apr 22 19:38:55 2011
New Revision: 1096003

URL: http://svn.apache.org/viewvc?rev=1096003&view=rev
Log:
fixed: Popup close link not working in wicket examples linkomatic page
Issue: WICKET-3571

Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink%24ClosePopupPage.html?rev=1096003&r1=1096002&r2=1096003&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html Fri Apr 22 19:38:55 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8" ?><html>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +15,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<html>
 <!-- Without getMarkupSettings().setStripXmlDeclarationFromOutput(true) this line confuses IE (quirks mode)
  ?xml version="1.0" encoding="UTF-8" ? 
 -->