[Rt-commit] r2008 - in rt/branches/3.3-TESTING: . html/REST/1.0/search

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 20 12:30:35 EST 2004


Author: jesse
Date: Mon Dec 20 12:30:35 2004
New Revision: 2008

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
Log:
 r2471 at hualien:  jesse | 2004-12-20T17:04:02.035738Z
  r2460 at hualien:  jesse | 2004-12-17T20:24:25.107579Z
  REST UI for listing tickets was missing a newline, resulting in a malformed 
  response
  
  
 


Modified: rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
==============================================================================
--- rt/branches/3.3-TESTING/html/REST/1.0/search/ticket	(original)
+++ rt/branches/3.3-TESTING/html/REST/1.0/search/ticket	Mon Dec 20 12:30:35 2004
@@ -135,7 +135,7 @@
 $output = form_compose(\@output) if @output;
 
 OUTPUT:
-$m->out("RT/". $RT::VERSION . " " . $status);
+$m->out("RT/". $RT::VERSION . " " . $status ."\n\n");
 
 $m->out($output );
 </%INIT>


More information about the Rt-commit mailing list