From: W. Trevor King Date: Sat, 10 May 2014 17:45:20 +0000 (-0700) Subject: nmbug-status: Use a triple-quoted string for the footer template X-Git-Tag: nmbug-status-cworth-v1~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7c274b007316b5d6cb4a7c892e3f13bd801d321;p=notmuch.git nmbug-status: Use a triple-quoted string for the footer template Follow the pattern set by our header template and avoid the long line. --- diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index b4f98294..e14fecd4 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -320,7 +320,12 @@ _PAGES['html'] = HtmlPage( encoding=_ENCODING, inter_message_padding='0.25em', border_radius='0.5em'), - footer='

Generated: {date}\n\n'.format(date=datetime.datetime.utcnow().date()) + footer=''' +


+

Generated: {date} + + +'''.format(date=datetime.datetime.utcnow().date()) ) if args.list_views: