[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.4-47-g15bafff
? sunnavy
sunnavy at bestpractical.com
Tue Nov 22 18:12:14 EST 2011
The branch, 4.0-trunk has been updated
via 15bafff2a81c1001fba5bad0582f2fd976afe155 (commit)
from 3a0dfb3ac98c151e481fcf1d1f9483dd04d07834 (commit)
Summary of changes:
etc/RT_Config.pm.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 15bafff2a81c1001fba5bad0582f2fd976afe155
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Nov 23 06:22:05 2011 +0800
doc fix as PlainTextMono has precedence over PlainTextPre
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 61deab6..ef86417 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1578,7 +1578,7 @@ Set($ShowTransactionImages, 1);
Normally plaintext attachments are displayed as HTML with line breaks
preserved. This causes space- and tab-based formatting not to be
displayed correctly. By setting $PlainTextPre messages will be
-displayed using <pre>; this option overrides C<$PlainTextMono>.
+displayed using <pre>.
=cut
@@ -1589,7 +1589,7 @@ Set($PlainTextPre, 0);
Set C<$PlainTextMono> to 1 to use monospaced font and preserve
formatting; unlike C<$PlainTextPre>, the text will wrap to fit width
-of the browser window.
+of the browser window; this option overrides C<$PlainTextPre>.
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list