nmbug-status: Use a triple-quoted string for the footer template
authorW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 17:45:20 +0000 (10:45 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 17:45:20 +0000 (10:45 -0700)
Follow the pattern set by our header template and avoid the long line.

devel/nmbug/nmbug-status

index b4f982947636a5f8a935f219f1b48a59df46ac91..e14fecd41571707019dd27e3cbc51056cf6a8339 100755 (executable)
@@ -320,7 +320,12 @@ _PAGES['html'] = HtmlPage(
            encoding=_ENCODING,
            inter_message_padding='0.25em',
            border_radius='0.5em'),
-    footer='<hr><p>Generated: {date}</body>\n</html>\n'.format(date=datetime.datetime.utcnow().date())
+    footer='''
+<hr>
+<p>Generated: {date}
+</body>
+</html>
+'''.format(date=datetime.datetime.utcnow().date())
     )
 
 if args.list_views: