Fix template toolkit expression
authorAlexander Wirt <formorer@debian.org>
Sun, 3 Jun 2012 20:27:15 +0000 (22:27 +0200)
committerAlexander Wirt <formorer@debian.org>
Sun, 3 Jun 2012 20:27:15 +0000 (22:27 +0200)
download/mirrors/index.html.tt2

index 431f84a..ecbd1b3 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>