From b53758b67ebfc21be68d3455a9b190c23fd0d477 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 17 Apr 2002 14:20:26 +0000 Subject: [PATCH] fixed javascript error with MDN git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2740 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 18b8d430..f0c8b1e9 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -943,7 +943,7 @@ if ($default_use_mdn) { _("Read receipt") . ': ' . "" . '' . _("requested") . - "   [" . _("Send read receipt now") . "]" . + "   [" . _("Send read receipt now") . "]" . '' . '' . "\n"; $sendreceipt=''; @@ -958,7 +958,7 @@ if ($default_use_mdn) { _("The message sender has requested a response to indicate that you have read this message. Would you like to send a receipt?") . "\")) { \n" . " window.location=($url); \n" . - ' window.reload()' . "\n" . + ' location.reload()' . "\n" . ' }' . "\n" . '// -->' . "\n" . '' . "\n"; -- 2.25.1