From: W. Trevor King Date: Wed, 30 Dec 2015 21:04:12 +0000 (-0800) Subject: nmbug-status: Adjust headers to start with h1 X-Git-Tag: 0.22_rc0~75 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e3d586d038afc1d3b4ed7fe0fdae4ed546e17a63 nmbug-status: Adjust headers to start with h1 We've been leading off with h2s since 3e5fb88f (contrib/nmbug: add nmbug-status script, 2012-07-07), but the semantically-correct headers are:

{title}

...

Views

...

View 1

...

View 2

... We can always add additional CSS if the default h1 formatting is too intense. --- diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index 22e3b5b5..b4ded499 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -367,10 +367,10 @@ header_template = config['meta'].get('header', ''' -

{title}

+

{title}

{blurb}

-

Views

+

Views

''') footer_template = config['meta'].get('footer', '''