aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel/nmbug/nmbug-status
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nmbug/nmbug-status')
-rwxr-xr-xdevel/nmbug/nmbug-status8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status
index 6b2572c1..cb3901f7 100755
--- a/devel/nmbug/nmbug-status
+++ b/devel/nmbug/nmbug-status
@@ -249,7 +249,7 @@ _PAGES['html'] = HtmlPage(
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
- <title>Notmuch Patches</title>
+ <title>{title}</title>
<style media="screen" type="text/css">
table {{
border-spacing: 0;
@@ -285,13 +285,15 @@ _PAGES['html'] = HtmlPage(
</style>
</head>
<body>
-<h2>Notmuch Patches</h2>
+<h2>{title}</h2>
<p>
Generated: {date}<br />
-For more infomation see <a href="http://notmuchmail.org/nmbug">nmbug</a>
+{blurb}
</p>
<h3>Views</h3>
'''.format(date=datetime.datetime.utcnow().date(),
+ title='Notmuch Patches',
+ blurb='For more infomation see <a href="http://notmuchmail.org/nmbug">nmbug</a>',
encoding=_ENCODING,
inter_message_padding='0.25em',
border_radius='0.5em'),