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/17 17:43:52 UTC

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

Author: jdonnerstag
Date: Sun Apr 17 15:43:52 2011
New Revision: 1094161

URL: http://svn.apache.org/viewvc?rev=1094161&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=1094161&r1=1094160&r2=1094161&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 Sun Apr 17 15:43:52 2011
@@ -1,4 +1,5 @@
 <?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
@@ -18,7 +19,6 @@
 <!-- Without getMarkupSettings().setStripXmlDeclarationFromOutput(true) this line confuses IE (quirks mode)
  ?xml version="1.0" encoding="UTF-8" ? 
 -->
-<html>
 <body onLoad="javascript:self.close()">
 </body>
 </html>