projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d9a6a
)
nmbug-status: Use a triple-quoted string for the footer template
author
W. Trevor King
<wking@tremily.us>
Sat, 10 May 2014 17:45:20 +0000
(10:45 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/devel/nmbug/nmbug-status
b/devel/nmbug/nmbug-status
index b4f982947636a5f8a935f219f1b48a59df46ac91..e14fecd41571707019dd27e3cbc51056cf6a8339 100755
(executable)
--- 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='<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: