From 0c896421c536c6a83842956c1cf1db3301907026 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 17 Apr 2002 14:29:23 +0000 Subject: [PATCH] more consistant fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2742 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index f0c8b1e9..477cacbd 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -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" . - ' location.reload()' . "\n" . + ' window.location.reload()' . "\n" . ' }' . "\n" . '// -->' . "\n" . '' . "\n"; -- 2.25.1