[Rt-commit] rt branch, html-templates, updated. rt-3.9.4-494-g7ab5afe
Thomas Sibley
trs at bestpractical.com
Mon Nov 22 12:08:35 EST 2010
The branch, html-templates has been updated
via 7ab5afe3ce32f023d2494994bc9f242ae91af27b (commit)
from c3b1a9641e72471eee02167d56114c5d1b4ff72a (commit)
Summary of changes:
lib/RT/Interface/Email.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7ab5afe3ce32f023d2494994bc9f242ae91af27b
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Nov 22 12:08:06 2010 -0500
Fix a typo in the HTML to text converter config
diff --git a/lib/RT/Interface/Email.pm b/lib/RT/Interface/Email.pm
index d533f40..1cd9d30 100755
--- a/lib/RT/Interface/Email.pm
+++ b/lib/RT/Interface/Email.pm
@@ -1856,7 +1856,7 @@ sub ConvertHTMLToText {
rightmargin => 78,
no_rowspacing => 1,
before_link => '',
- after_link => ' (%1)',
+ after_link => ' (%l)',
footnote => '',
}
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list