From fc40679899368b0aa03653cb8d5e294f60824335 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 19 Feb 2002 19:31:48 +0000 Subject: [PATCH] Those ones can't be printed with & as they're into a javascript call. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2478 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 f80729fa..cfcba74d 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -98,8 +98,8 @@ function printer_friendly_link() { } $params = '?passed_ent_id=' . $ent_num . - '&mailbox=' . urlencode($mailbox) . - '&passed_id=' . $passed_id; + '&mailbox=' . urlencode($mailbox) . + '&passed_id=' . $passed_id; $print_text = _("View Printable Version"); -- 2.25.1