[Rt-commit] [svn] r1287 - rt/branches/3.0-MAINT/lib/RT

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Jul 27 14:00:19 EDT 2004


Author: alexmv
Date: Tue Jul 27 14:00:18 2004
New Revision: 1287

Modified:
   rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm
Log:
RT-Ticket: 5917
RT-Status: resolved
RT-Update: comment

 * Make the replying format a little more standard


Modified: rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm	(original)
+++ rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm	Tue Jul 27 14:00:18 2004
@@ -221,10 +221,10 @@
             $content = $wrapper->wrap($content);
         }
 
+        $content =~ s/^/> /gm;
         $content = '['
           . $self->CreatorObj->Name() . ' - '
-          . $self->CreatedAsString() . "]:\n\n" . $content . "\n\n";
-        $content =~ s/^/> /gm;
+          . $self->CreatedAsString() . "]:\n" . $content . "\n\n";
 
     }
 


More information about the Rt-commit mailing list