You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2022/01/05 17:54:48 UTC

svn commit: r1896725 - /subversion/site/staging/download.html

Author: dsahlberg
Date: Wed Jan  5 17:54:47 2022
New Revision: 1896725

URL: http://svn.apache.org/viewvc?rev=1896725&view=rev
Log:
In site/staging:
Revert r1896485.

* download.html
  EZT lua doesn't support [else], and [http] and [backup] are
    arrays so no use comparing.

Modified:
    subversion/site/staging/download.html

Modified: subversion/site/staging/download.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1896725&r1=1896724&r2=1896725&view=diff
==============================================================================
--- subversion/site/staging/download.html (original)
+++ subversion/site/staging/download.html Wed Jan  5 17:54:47 2022
@@ -73,9 +73,9 @@ Other mirrors:
   [if-any ftp]
     [for ftp]<option value="[ftp]"[is ftp preferred] selected="selected"[end]>[ftp]</option>[end]
   [end]
-  [if-any backup][is backup http][else][# Only show backup if different from http ]
+  [if-any backup]
     [for backup]<option value="[backup]"[is backup preferred] selected="selected"[end]>[backup] (backup)</option>[end]
-  [end][end]
+  [end]
 </select>
 <input type="submit" value="Change" />
 </form>