diff --git a/checkin_notes b/checkin_notes index a8300547f9..4896d6692f 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8372,3 +8372,9 @@ David 9 Sept 2007 api/ x_opengl.C + +Bruce 10 Sept 2007 + - (obsolete doc files) fix typo in upload.php + doc/ + upload.php + diff --git a/doc/upload.php b/doc/upload.php index afa78a8ce3..793df9ee2d 100644 --- a/doc/upload.php +++ b/doc/upload.php @@ -45,10 +45,8 @@ The reply message has the form: "), " Status is"; list_start(); -list_item("0", "Success. Nbytes is 0 if the file doesn't exist."); -list_item("1", "Transient error. -The client should try another data server, or try this one later. -"); +list_item(" 0", "Success. Nbytes is 0 if the file doesn't exist."); +list_item(" 1", "Transient error. The client should try another data server, or try this one later."); list_item("-1", "Permanent error. The client should give up on the result."); list_end(); echo "