diff --git a/contrib/nmbug/nmbug-status b/contrib/nmbug/nmbug-status index 9a334ccc..c6634096 100755 --- a/contrib/nmbug/nmbug-status +++ b/contrib/nmbug/nmbug-status @@ -67,7 +67,7 @@ def print_view(title, query, comment): last['thread_id'] = '' if output_format == 'html': - print '

%s

' % title + print '

%s

' % (title, title) print comment print 'The view is generated from the following query:' print '
' @@ -144,6 +144,12 @@ if output_format == 'html': print 'Generated: %s
' % datetime.datetime.utcnow().date() print 'For more infomation see
nmbug' + print '

Views

' + print '' + for view in config['views']: print_view(**view)