[openssl-commits] [web] master update
Mark J. Cox
mark at openssl.org
Mon Jan 29 14:45:19 UTC 2018
The branch master has been updated
via da182c3f485c97c79091873398af254ee2984da3 (commit)
from 29fa8cd6bc697a67e4db1119b5bef27b0b4bcc03 (commit)
- Log -----------------------------------------------------------------
commit da182c3f485c97c79091873398af254ee2984da3
Author: Mark J. Cox <mark at awe.com>
Date: Mon Jan 29 14:45:01 2018 +0000
missing closing h3
-----------------------------------------------------------------------
Summary of changes:
bin/mk-cvepage | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mk-cvepage b/bin/mk-cvepage
index c8e9d1d..c094170 100755
--- a/bin/mk-cvepage
+++ b/bin/mk-cvepage
@@ -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')
More information about the openssl-commits
mailing list