From 2c64e1453f6b5ec3fad994c96a5791a497d4b775 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 1 May 2002 17:26:07 +0000 Subject: [PATCH] fix bug 550586 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2794 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 4b7b1a28..df311479 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=''; -- 2.25.1