From 1038d554e41b4007461a0c74a89625fd03107f7f Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 20 Oct 2005 17:33:39 +0000 Subject: various fixes for correct catalan/spanish display --- program/steps/mail/func.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 01b02bbdd..c0b303a62 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -251,7 +251,7 @@ function rcmail_message_list($attrib) $out .= "\n \n"; foreach ($a_show_cols as $col) - $out .= '' . rcube_label($col) . "\n"; + $out .= '' . rep_specialchars_output(rcube_label($col)) . "\n"; $out .= ''.($attrib['attachmenticon'] ? sprintf($image_tag, $skin_path, $attrib['attachmenticon'], '') : '')."\n"; $out .= "\n\n"; @@ -813,7 +813,7 @@ function rcmail_message_headers($attrib, $headers=NULL) $header_value = rep_specialchars_output($IMAP->decode_header($headers[$hkey]), '', 'all'); $out .= "\n\n"; - $out .= ''.rcube_label($hkey).": \n"; + $out .= ''.rep_specialchars_output(rcube_label($hkey)).": \n"; $out .= ''.$header_value."\n"; $header_count++; } -- cgit v1.2.3