git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3477
7612ce4b-ef26-0410-bec9-
ea0150e637f0
'<CENTER>';
$errormessage = _("Squirrelmail could not decode the bodystructure of the message");
$errormessage .= '<BR>'._("the provided bodystructure by your imap-server").':<BR><BR>';
- $errormessage .= '<table><tr><td>'.$read.'</td></tr></table>';
+ $errormessage .= '<table><tr><td>'.htmlspecialchars($read).'</td></tr></table>';
plain_error_message( $errormessage, $color );
echo '</body></html>';
exit;