summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/templates/main_navigation.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/templates/main_navigation.mustache b/bin/templates/main_navigation.mustache
index 8b9de722..d1e425ae 100644
--- a/bin/templates/main_navigation.mustache
+++ b/bin/templates/main_navigation.mustache
@@ -101,13 +101,13 @@
</li>
{{/include_pkgset_link}}
<li>Recently tested packages:<ul>
- <li {{#last_24h}}class='active'{{/last_24h}}><a
- href="/debian/{{suite}}/{{arch}}/index_last_24h.html"
+ <li {{#last_24h}}class='active'{{/last_24h}}>
+ <a href="/debian/{{suite}}/{{arch}}/index_last_24h.html"
title="Show packages tested in the last 24 hours">
last 24h
</a></li>
- <li {{#last_48h}}class='active'{{/last_48h}}><a
- href="/debian/{{suite}}/{{arch}}/index_last_48h.html"
+ <li {{#last_48h}}class='active'{{/last_48h}}>
+ <a href="/debian/{{suite}}/{{arch}}/index_last_48h.html"
title="Show packages tested in the last 48 hours">
last 48h
</a></li>