[Rt-commit] [svn] r945 - in RTx-Atom: . html/Atom/0.3/Add
html/Atom/0.3/Remove
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Tue May 25 13:04:51 EDT 2004
Author: autrijus
Date: Tue May 25 13:04:50 2004
New Revision: 945
Modified:
RTx-Atom/ (props changed)
RTx-Atom/html/Atom/0.3/Add/index
RTx-Atom/html/Atom/0.3/Remove/index
Log:
----------------------------------------------------------------------
r5195 at not: autrijus | 2004-05-25T16:59:49.170001Z
* append "\n" to all text/plain error/success messages.
----------------------------------------------------------------------
Modified: RTx-Atom/html/Atom/0.3/Add/index
==============================================================================
--- RTx-Atom/html/Atom/0.3/Add/index (original)
+++ RTx-Atom/html/Atom/0.3/Add/index Tue May 25 13:04:50 2004
@@ -34,7 +34,7 @@
$r->content_type('text/plain');
$r->status($status);
-print $rv[-1];
+print $rv[-1], "\n";
</%INIT>
<%ARGS>
$Path
Modified: RTx-Atom/html/Atom/0.3/Remove/index
==============================================================================
--- RTx-Atom/html/Atom/0.3/Remove/index (original)
+++ RTx-Atom/html/Atom/0.3/Remove/index Tue May 25 13:04:50 2004
@@ -9,7 +9,7 @@
$r->content_type('text/plain');
$r->status(400) unless $ok;
-print $msg;
+print $msg, "\n";
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list