contrib/nmbug/ nmbug-status: restored out['subject']... block level

In reformatting the line 111 accidentally indented to one indentation
level too much (happens easily when interactively indenting python
code using emacs). The line now has 4 spacess less indentation, thus
restoring it to the block level it belongs.
This commit is contained in:
Tomi Ollila 2012-07-11 12:10:04 +03:00 committed by David Bremner
parent 3e5fb88f11
commit 620092001e

View file

@ -108,8 +108,9 @@ def print_view(title, query, comment):
br = '<br />'
else:
br = ''
out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
% (urllib.quote(mid), out['subject'])
out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
% (urllib.quote(mid), out['subject'])
print " <tr><td>%s %s" % (br, out['date'])
print "</td><td>%s %s" % (br, out['id'])