[Rt-commit] r13619 - in rt/3.8/trunk: .
kyoki at bestpractical.com
kyoki at bestpractical.com
Thu Jun 26 17:59:48 EDT 2008
Author: kyoki
Date: Thu Jun 26 17:59:47 2008
New Revision: 13619
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/etc/RT_Config.pm.in
Log:
r23389 at nyx: kyoki | 2008-06-26 17:59:36 -0400
fixing previous commit - plaintextpre is now a global variable
Modified: rt/3.8/trunk/etc/RT_Config.pm.in
==============================================================================
--- rt/3.8/trunk/etc/RT_Config.pm.in (original)
+++ rt/3.8/trunk/etc/RT_Config.pm.in Thu Jun 26 17:59:47 2008
@@ -1008,6 +1008,18 @@
Set($ShowTransactionImages, 1);
+=item C<$PlainTextPre>
+
+Normally plain text attachments are displayed as HTML with line
+breaks preserved. This causes space- and tab-based formatting not
+to be displayed correctly. By setting $PlainTextPre they'll be
+displayed using <pre> instead so such formatting works, but they'll
+use a monospaced font.
+
+=cut
+
+Set($PlainTextPre, 0);
+
=item C<$ShowUnreadMessageNotifications>
More information about the Rt-commit
mailing list