]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/nmbug-status
nmbug-status: Fix unbalanced <p> tags in default header/footer
[notmuch] / devel / nmbug / nmbug-status
index cb8b984a62babff643d1e27d7a5097da344a04a0..33ab626cfc3d8b928eec2d42f069cea310e4f83e 100755 (executable)
@@ -377,6 +377,7 @@ header_template = config['meta'].get('header', '''<!DOCTYPE html>
 </head>
 <body>
 <h1>{title}</h1>
+<p>
 {blurb}
 </p>
 <h2>Views</h2>
@@ -384,7 +385,7 @@ header_template = config['meta'].get('header', '''<!DOCTYPE html>
 
 footer_template = config['meta'].get('footer', '''
 <hr>
-<p>Generated: {datetime}
+<p>Generated: {datetime}</p>
 </body>
 </html>
 ''')