fix html not noticed on test due to stylesheet
authorMark J. Cox <mark@awe.com>
Tue, 30 Jan 2018 10:29:00 +0000 (10:29 +0000)
committerMark J. Cox <mark@awe.com>
Tue, 30 Jan 2018 10:29:00 +0000 (10:29 +0000)
bin/mk-cvepage

index 3dcceba86abb4dce017baa9bcd046e3a9290dbf9..4a6f94290171e5125a84b9bf56c09df1198fd80b 100755 (executable)
@@ -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>"