X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fcalendar%2Fevent_delete.php;h=5b2d9338e61c3b6f23819591db850df7e9cefa50;hb=22387c8d44f3ab104db6e19180d3775a45762359;hp=ca1c83aebafb73851b6ad49b268c6e523636acc3;hpb=c0d968010e710870fdfee2f22d7cc9fad370c7a9;p=squirrelmail.git diff --git a/plugins/calendar/event_delete.php b/plugins/calendar/event_delete.php index ca1c83ae..5b2d9338 100644 --- a/plugins/calendar/event_delete.php +++ b/plugins/calendar/event_delete.php @@ -3,7 +3,7 @@ /** * Functions to delete a event. * - * @copyright 2002-2012 The SquirrelMail Project Team + * @copyright 2002-2017 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -74,11 +74,11 @@ function confirm_deletion() { ) . html_tag( 'tr', html_tag( 'td', _("Title:"), 'right', $color[4] ) . - html_tag( 'td', htmlspecialchars($tmparray['title']), 'left', $color[4] ) + html_tag( 'td', sm_encode_html_special_chars($tmparray['title']), 'left', $color[4] ) ) . html_tag( 'tr', html_tag( 'td', _("Message:"), 'right', $color[4] ) . - html_tag( 'td', nl2br(htmlspecialchars($tmparray['message'])), 'left', $color[4] ) + html_tag( 'td', nl2br(sm_encode_html_special_chars($tmparray['message'])), 'left', $color[4] ) ) . html_tag( 'tr', html_tag( 'td',