From: stekkel Date: Tue, 27 Aug 2002 17:38:01 +0000 (+0000) Subject: htmlspecialvars bodystructure X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=f54003a2783b770ccc1e097ec50c576eabad2694;hp=9de421689de8b2540b33cc6005e371307be4e30f htmlspecialvars bodystructure git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3477 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 83b21bfe..7b63a0e6 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -40,7 +40,7 @@ function mime_structure ($bodystructure, $flags=array()) { '
'; $errormessage = _("Squirrelmail could not decode the bodystructure of the message"); $errormessage .= '
'._("the provided bodystructure by your imap-server").':

'; - $errormessage .= '
'.$read.'
'; + $errormessage .= '
'.htmlspecialchars($read).'
'; plain_error_message( $errormessage, $color ); echo ''; exit;