You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/07 17:42:27 UTC

[celix-site] branch asf-site updated: Updated site from master (df0e8ff7ca2a2bf3970419ed1ce2abc488448ea1)

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1e6c4c1  Updated site from master (df0e8ff7ca2a2bf3970419ed1ce2abc488448ea1)
1e6c4c1 is described below

commit 1e6c4c14e58439d5688f20c4401ac79a30c1d319
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Mon Jan 7 18:42:07 2019 +0100

    Updated site from master (df0e8ff7ca2a2bf3970419ed1ce2abc488448ea1)
---
 content/download.html | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/content/download.html b/content/download.html
index ac7c3ae..b99c1f7 100644
--- a/content/download.html
+++ b/content/download.html
@@ -116,15 +116,20 @@ mirrors (at the end of the mirrors list) that should be available.</p>
 <form action="[location]" method="get" id="SelectMirror">
     Other mirrors:
     <select name="Preferred">
-        [if-any https] 
+        [if-any https]
         [for https]
         <option value="[https]">[https]</option>
         [end]
-        [end] 
+        [end]
+        [if-any http]
+        [for http]
+        <option value="[http]">[http]</option>
+        [end]
+        [end]
         [if-any ftp]
         [for ftp]<option value="[ftp]">[ftp]</option>
         [end]
-        [end] 
+        [end]
         [if-any backup]
         [for backup]<option value="[backup]">[backup] (backup)</option>
         [end]