X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fcalendar%2Fevent_delete.php;h=5b2d9338e61c3b6f23819591db850df7e9cefa50;hb=aa1340ebb1e775a36b74dbfc22391ee095d45394;hp=a9279db6e8c263f971a2c7a11589be010a448586;hpb=d4e46166df04792c6b939356ea5dfda8e47bba7b;p=squirrelmail.git diff --git a/plugins/calendar/event_delete.php b/plugins/calendar/event_delete.php index a9279db6..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-2009 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',