[Rt-commit] r3515 - in rtfm/branches/2.1-TESTING: .
html/RTFM/Article
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Jul 21 17:42:48 EDT 2005
Author: alexmv
Date: Thu Jul 21 17:42:47 2005
New Revision: 3515
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/html/RTFM/Article/Edit.html
Log:
r5299 at zoq-fot-pik: chmrr | 2005-07-21 17:10:26 -0400
* Newlines between sections if multiple sections feed into a single CF
Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/Edit.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/Edit.html (original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/Edit.html Thu Jul 21 17:42:47 2005
@@ -95,6 +95,7 @@
if ( $arg =~ /^Transaction-(\d+)$/ ) {
my $trans = RT::Transaction->new( $session{'CurrentUser'} );
$trans->Load($1);
+ $CFContent{ $ARGS{$arg} } .= "\n\n" if $CFContent{ $ARGS{$arg} };
$CFContent{ $ARGS{$arg} } .= $trans->Content;
}
}
More information about the Rt-commit
mailing list