aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/CVE.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/CVE.html')
-rw-r--r--tmpl/CVE.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tmpl/CVE.html b/tmpl/CVE.html
index 24e0f85..493af5a 100644
--- a/tmpl/CVE.html
+++ b/tmpl/CVE.html
@@ -10,11 +10,11 @@
<h1 id='mgnavt'><a href="index.html">Advisories</a> ยป CVE list</h1>
<div class='content'>
- <ul>
- [% FOREACH CVE IN advdb.by_cve.keys.sort.reverse %]
- <li><a href="[% basename.CVE(CVE) %].html">[% CVE %]</a></li>
- [% END %]
- </ul>
+ <ul>
+ [% FOREACH CVE IN advdb.by_cve.keys.sort.reverse %]
+ <li><a href="[% basename.CVE(CVE) %].html">[% CVE %]</a></li>
+ [% END %]
+ </ul>
</div>
</body>
</html>