missing closing h3
authorMark J. Cox <mark@awe.com>
Mon, 29 Jan 2018 14:45:01 +0000 (14:45 +0000)
committerMark J. Cox <mark@awe.com>
Mon, 29 Jan 2018 14:45:01 +0000 (14:45 +0000)
bin/mk-cvepage

index c8e9d1d423501de23fe3aaf3a31a741591edada6..c09417028f4dc9e873dd29e76c40bda2b78cf607 100755 (executable)
@@ -73,7 +73,7 @@ for issue in sorted(issues, key=lambda x: (x.getAttribute('public'), x.getElemen
     if (year != thisyear):
         if (thisyear != ""):
             allissues += "</dl>";
-        allissues += "<h3><a name=\"y%s\">%s</a><dl>" %(year,year)
+        allissues += "<h3><a name=\"y%s\">%s</a></h3><dl>" %(year,year)
         allyears.append(year)
         thisyear = year
     cve = issue.getElementsByTagName('cve')[0].getAttribute('name')