aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.tt b/template/index.tt
index a2048a7..6c018d8 100644
--- a/template/index.tt
+++ b/template/index.tt
@@ -5,7 +5,7 @@
<body>
<h1>[% title %]</h1>
<h2>[% description %]</h2>
-<ul>[% FOR i IN directories %]<li><a href="/[% i %]/">/[% i %]</a></li>[% END %]</ul>
+<ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]
</html>