Skip to content

Commit 8aa39ad

Browse files
author
Richard Jones
committed
bleah syntax error
1 parent 1a9d85a commit 8aa39ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: cgi_client.py,v 1.14 2001-08-02 00:26:16 richard Exp $
1+
# $Id: cgi_client.py,v 1.15 2001-08-02 00:34:10 richard Exp $
22

33
import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes
44

@@ -358,7 +358,7 @@ def _post_editnode(self, nid):
358358
summary = re.split(r'\n\r?', note)[0]
359359
else:
360360
summary = note
361-
m = ['%s\n'%note)
361+
m = ['%s\n'%note]
362362
else:
363363
summary = 'This %s has been created through the web.\n'%cn
364364
m = [summary]
@@ -519,6 +519,9 @@ def __del__(self):
519519

520520
#
521521
# $Log: not supported by cvs2svn $
522+
# Revision 1.14 2001/08/02 00:26:16 richard
523+
# Changed the order of the information in the message generated by web edits.
524+
#
522525
# Revision 1.13 2001/07/30 08:12:17 richard
523526
# Added time logging and file uploading to the templates.
524527
#

0 commit comments

Comments
 (0)