Add missing / to mirror downloads
authorAlexander Wirt <alexander.wirt@credativ.de>
Mon, 4 Mar 2013 09:53:56 +0000 (10:53 +0100)
committerAlexander Wirt <alexander.wirt@credativ.de>
Mon, 4 Mar 2013 09:53:56 +0000 (10:53 +0100)
download/mirrors/index.html.tt2

index ecbd1b3..1999433 100644 (file)
@@ -50,7 +50,7 @@
                <p>[% mirror %] ([% mirrors.$region.$mirror.location %])</p>
                [% FOREACH type IN [ 'grml-http' 'grml-rsync' 'grml-ftp' ] %]
                <ul>
-            <li><a href="[% type.substr(5) %]://[% mirror %][% mirrors.$region.$mirror.$type %]">
+            <li><a href="[% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]">
                 [% type.substr(5) %]://[% mirror %][% mirrors.$region.$mirror.$type %]
                 </a>
             </li>