summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c967e85)
raw | patch | inline | side by side (parent: c967e85)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 2 Aug 2001 00:34:10 +0000 (00:34 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 2 Aug 2001 00:34:10 +0000 (00:34 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@187 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi_client.py | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index 204ab0bd267942cd74cf6f9fef06c9341915403a..52e7cadc92eb62f9b78b81b47c6fcc5f49c6d784 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
-# $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
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]
#
# $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.
#