[rt-commit] [svn] r519 - rt/branches/rt-3.1/html/REST/1.0/ticket
jesse at fsck.com
jesse at fsck.com
Tue Mar 9 17:24:09 EST 2004
Author: jesse
Date: Tue Mar 9 17:24:09 2004
New Revision: 519
Modified:
rt/branches/rt-3.1/html/REST/1.0/ticket/comment
Log:
Adding an ommitted newline in a status message
Modified: rt/branches/rt-3.1/html/REST/1.0/ticket/comment
==============================================================================
--- rt/branches/rt-3.1/html/REST/1.0/ticket/comment (original)
+++ rt/branches/rt-3.1/html/REST/1.0/ticket/comment Tue Mar 9 17:24:09 2004
@@ -143,7 +143,7 @@
$output = $s;
if ($k->{Status}) {
my ($status_n, $status_s) = $ticket->SetStatus($k->{'Status'} );
- $output .= $status_s;
+ $output .= "\n".$status_s;
}
OUTPUT:
More information about the Rt-commit
mailing list