[Rt-commit] r4011 - rt/branches/3.4-RELEASE/html/Ticket/Elements

pdh at bestpractical.com pdh at bestpractical.com
Tue Nov 1 00:43:03 EST 2005


Author: pdh
Date: Tue Nov  1 00:43:02 2005
New Revision: 4011

Modified:
   rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
Log:
Add a missing space, before the Style Police come after me.



Modified: rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
==============================================================================
--- rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments	(original)
+++ rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments	Tue Nov  1 00:43:02 2005
@@ -161,7 +161,7 @@
     elsif ( $message->ContentLength > 0 ) {
         $m->out(
             loc( 'Message body not shown because it is too large or is not plain text.' )
-       );
+        );
     }
 }
 


More information about the Rt-commit mailing list