Mercurial > p > roundup > code
changeset 181:817750ead8d5
bleah syntax error
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Aug 2001 00:34:10 +0000 |
| parents | 3e7a7b3b58e4 |
| children | b6b79523be74 |
| files | roundup/cgi_client.py |
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi_client.py Thu Aug 02 00:27:58 2001 +0000 +++ b/roundup/cgi_client.py Thu Aug 02 00:34:10 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: cgi_client.py,v 1.14 2001-08-02 00:26:16 richard Exp $ +# $Id: cgi_client.py,v 1.15 2001-08-02 00:34:10 richard Exp $ import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes @@ -358,7 +358,7 @@ summary = re.split(r'\n\r?', note)[0] else: summary = note - m = ['%s\n'%note) + m = ['%s\n'%note] else: summary = 'This %s has been created through the web.\n'%cn m = [summary] @@ -519,6 +519,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.14 2001/08/02 00:26:16 richard +# Changed the order of the information in the message generated by web edits. +# # Revision 1.13 2001/07/30 08:12:17 richard # Added time logging and file uploading to the templates. #
