[Rt-commit] r3638 - in rt/branches/3.5-TESTING: . lib/RT
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Aug 11 12:47:08 EDT 2005
Author: alexmv
Date: Thu Aug 11 12:47:08 2005
New Revision: 3638
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
Log:
r5792 at zoq-fot-pik: chmrr | 2005-08-11 12:47:05 -0400
* Pet peeve -- actually quote things the way sane people do. I fixed
this in 3.0, but it didn't get ported forward, so here it is again.
Modified: rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm (original)
+++ rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm Thu Aug 11 12:47:08 2005
@@ -308,11 +308,8 @@
$content = $wrapper->wrap($content);
}
- $content = '['
- . $self->CreatorObj->Name() . ' - '
- . $self->CreatedAsString() . "]:\n\n" . $content . "\n\n";
$content =~ s/^/> /gm;
-
+ $content = "On " . $self->CreatedAsString() . ", " . $self->CreatorObj->Name() . " wrote:\n$content\n\n";
}
return ($content);
More information about the Rt-commit
mailing list