]> git.cworth.org Git - notmuch/commit
nmbug-status: Consolidate HTML header printing
authorW. Trevor King <wking@tremily.us>
Mon, 10 Feb 2014 18:40:29 +0000 (10:40 -0800)
committerDavid Bremner <david@tethera.net>
Tue, 11 Feb 2014 02:47:52 +0000 (22:47 -0400)
commita6ff03df3f8fece526536f44a22af2041db021ef
treebc24d2c7fdaa55293458463e522cdfc0fa69be28
parenta7e4d9a18fdd9dd0aa3f2ec257d17e364a732876
nmbug-status: Consolidate HTML header printing

Make this all one big string, using '...{date}...'.format(date=...) to
inject the date [1].  This syntax was added in Python 2.6, and is
preferred to %-formatting in Python 3 [1].

[1]: http://docs.python.org/2/library/stdtypes.html#str.format
devel/nmbug/nmbug-status