[openssl-commits] [web] master update
Mark J. Cox
mark at openssl.org
Tue Jan 30 10:29:19 UTC 2018
The branch master has been updated
via 674b7b03ae383e642590029ee58b01768de3e3a3 (commit)
from 0f05d39036d44d3ef2540dffafc32494320c0af4 (commit)
- Log -----------------------------------------------------------------
commit 674b7b03ae383e642590029ee58b01768de3e3a3
Author: Mark J. Cox <mark at awe.com>
Date: Tue Jan 30 10:29:00 2018 +0000
fix html not noticed on test due to stylesheet
-----------------------------------------------------------------------
Summary of changes:
bin/mk-cvepage | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/mk-cvepage b/bin/mk-cvepage
index 3dcceba..4a6f942 100755
--- a/bin/mk-cvepage
+++ b/bin/mk-cvepage
@@ -136,10 +136,11 @@ for base in allyourbase(dom):
bases.append("%s" %(base))
else:
bases.append( "<a href=\"vulnerabilities-%s.html\">%s</a>" %(base,base))
-preface += "Show issues fixed only in OpenSSL " + ", ".join(bases)
+preface += "<p>Show issues fixed only in OpenSSL " + ", ".join(bases)
if options.base:
preface += ", or <a href=\"vulnerabilities.html\">all versions</a>"
preface += "<h2>Fixed in OpenSSL %s</h2>" %(options.base)
+preface += "</p>"
if len(allyears)>1: # If only vulns in this year no need for the year table of contents
preface += "<p><a name=\"toc\">Jump to year: </a>" + ", ".join( "<a href=\"#y%s\">%s</a>" %(year,year) for year in allyears)
preface += "</p>"
More information about the openssl-commits
mailing list