From f22b714f2b7a38c8a930d8248ccb32751db82b5e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 May 2010 08:48:51 +0000 Subject: fix table titles for new bg color --- httemplate/misc/email-customers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc/email-customers.html') diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 4e4c15f2a..201aed428 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -47,7 +47,7 @@ Message (HTML display): - <% $cgi->param('html_body') %> + <% $cgi->param('html_body') %> % my $text_body = HTML::FormatText->new(leftmargin=>0)->format( @@ -58,7 +58,7 @@ Message (Text display): -
<% $text_body %>
+
<% $text_body %>
-- cgit v1.2.1