git » blitiri » commit ac9276d

Fix 80 chars column limit

author Leandro Lucarella
2008-08-31 17:51:41 UTC
committer Leandro Lucarella
2008-08-31 20:05:12 UTC
parent 72a7e1dd08a61f423fd2356a022f932777468f9a

Fix 80 chars column limit

blitiri.cgi +2 -1

diff --git a/blitiri.cgi b/blitiri.cgi
index fdefadb..21d13fa 100755
--- a/blitiri.cgi
+++ b/blitiri.cgi
@@ -1177,7 +1177,8 @@ def handle_cgi():
 				at = ''
 				if line:
 					at = ' at line %d' % line
-				form_data.body_error = 'error%s: %s' % (at, desc)
+				form_data.body_error = 'error%s: %s' \
+						% (at, desc)
 				valid = False
 		if valid:
 			c = article.add_comment(form_data.author,