diff roundup/cgi/client.py @ 1918:0798ce090450

oops
author Richard Jones <richard@users.sourceforge.net>
date Thu, 13 Nov 2003 05:56:48 +0000
parents f5c804379c85
children e84e5bb90ccc
line wrap: on
line diff
--- a/roundup/cgi/client.py	Thu Nov 13 05:55:01 2003 +0000
+++ b/roundup/cgi/client.py	Thu Nov 13 05:56:48 2003 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.145 2003-11-12 01:00:59 richard Exp $
+# $Id: client.py,v 1.146 2003-11-13 05:56:48 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -1471,7 +1471,7 @@
                 This is equivalent to::
 
                     @link@messages=msg-1
-                    @msg-1@content=value
+                    msg-1@content=value
 
                 except that in addition, the "author" and "date"
                 properties of "msg-1" are set to the userid of the
@@ -1481,7 +1481,7 @@
                 This is equivalent to::
 
                     @link@files=file-1
-                    @file-1@content=value
+                    file-1@content=value
 
                 The String content value is handled as described above for
                 file uploads.

Roundup Issue Tracker: http://roundup-tracker.org/