[Rt-commit] rt branch, html-templates, updated. rt-3.9.6-39-gaa45d41
Shawn Moore
sartak at bestpractical.com
Wed Dec 1 14:39:44 EST 2010
The branch, html-templates has been updated
via aa45d412e55470773ca6adc05142c2e55cf8a767 (commit)
from 234b138056def42653b7e1cc5fa1fd108e9431cc (commit)
Summary of changes:
lib/RT/Template_Overlay.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit aa45d412e55470773ca6adc05142c2e55cf8a767
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 1 14:39:29 2010 -0500
No longer any need to load this module here
diff --git a/lib/RT/Template_Overlay.pm b/lib/RT/Template_Overlay.pm
index 74a754b..db89e2f 100755
--- a/lib/RT/Template_Overlay.pm
+++ b/lib/RT/Template_Overlay.pm
@@ -564,7 +564,6 @@ sub _DowngradeFromHTML {
$orig_entity->head->mime_attr( "Content-Type.charset" => 'utf-8' );
$orig_entity->make_multipart('alternative', Force => 1);
- require HTML::FormatText::WithLinks::AndTables;
require Encode;
$new_entity->bodyhandle(MIME::Body::InCore->new(
# need to decode_utf8, see the doc of MIMEObj method
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list