You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2016/02/28 03:59:57 UTC

svn commit: r1732682 - in /db/derby/site/trunk/src/documentation/content/xdocs/releases: release-10.11.1.1.html release-10.12.1.1.html

Author: bpendleton
Date: Sun Feb 28 02:59:57 2016
New Revision: 1732682

URL: http://svn.apache.org/viewvc?rev=1732682&view=rev
Log:
DERBY-6875: Mirror selection broken on Derby download pages.

This change removes the comment markers from the mirror selection
from the 10.11 and 10.12 download pages. 

Note that these pages have already been (separately) committed to the
external build directory; this commit is just making the same change
to the page copies in the Forrest build tree.

Modified:
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.11.1.1.html
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.12.1.1.html

Modified: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.11.1.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.11.1.1.html?rev=1732682&r1=1732681&r2=1732682&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.11.1.1.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.11.1.1.html Sun Feb 28 02:59:57 2016
@@ -30,15 +30,15 @@ See <a href="http://www.apache.org/mirro
 
 <form action="[location]" method="get" id="SelectMirror">
 Other mirrors: <select name="Preferred">
-<!--[if-any http] [for http]-->
+[if-any http] [for http]
 <option value="[http]">[http]</option>
-<!--[end] [end]-->
-<!--[if-any ftp] [for ftp]-->
+[end] [end]
+[if-any ftp] [for ftp]
 <option value="[ftp]">[ftp]</option>
-<!--[end] [end]-->
-<!--[if-any backup] [for backup]-->
+[end] [end]
+[if-any backup] [for backup]
 <option value="[backup]">[backup] (backup)</option>
-<!--[end] [end]-->
+[end] [end]
 </select>
 <input type="submit" value="Change" />     
 </form>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.12.1.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.12.1.1.html?rev=1732682&r1=1732681&r2=1732682&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.12.1.1.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.12.1.1.html Sun Feb 28 02:59:57 2016
@@ -30,15 +30,15 @@ See <a href="http://www.apache.org/mirro
 
 <form action="[location]" method="get" id="SelectMirror">
 Other mirrors: <select name="Preferred">
-<!--[if-any http] [for http]-->
+[if-any http] [for http]
 <option value="[http]">[http]</option>
-<!--[end] [end]-->
-<!--[if-any ftp] [for ftp]-->
+[end] [end]
+[if-any ftp] [for ftp]
 <option value="[ftp]">[ftp]</option>
-<!--[end] [end]-->
-<!--[if-any backup] [for backup]-->
+[end] [end]
+[if-any backup] [for backup]
 <option value="[backup]">[backup] (backup)</option>
-<!--[end] [end]-->
+[end] [end]
 </select>
 <input type="submit" value="Change" />     
 </form>