Add missing %
authorAlexander Wirt <formorer@debian.org>
Mon, 5 Mar 2012 21:08:32 +0000 (22:08 +0100)
committerAlexander Wirt <formorer@debian.org>
Mon, 5 Mar 2012 21:08:32 +0000 (22:08 +0100)
download/mirrors/index.html.tt2

index 556fe82..431f84a 100644 (file)
@@ -51,7 +51,7 @@
                [% FOREACH type IN [ 'grml-http' 'grml-rsync' 'grml-ftp' ] %]
                <ul>
             <li><a href="[% type.substr(5) %]://[% mirror %][ mirrors.$region.$mirror.$type %]">
-                [% type.substr(5) %]://[% mirror %][ mirrors.$region.$mirror.$type %]
+                [% type.substr(5) %]://[% mirror %][% mirrors.$region.$mirror.$type %]
                 </a>
             </li>
                </ul>