diff --git a/contrib/nmbug/nmbug-status b/contrib/nmbug/nmbug-status index 6aa86a05..8c6377e5 100755 --- a/contrib/nmbug/nmbug-status +++ b/contrib/nmbug/nmbug-status @@ -108,8 +108,9 @@ def print_view(title, query, comment): br = '
' else: br = '' - out['subject'] = '%s' \ - % (urllib.quote(mid), out['subject']) + + out['subject'] = '%s' \ + % (urllib.quote(mid), out['subject']) print " %s %s" % (br, out['date']) print "%s %s" % (br, out['id'])