From 30e7b416ead395ec38b9b0b20da59a2334e9178a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 16 Nov 2012 22:56:58 +0100 Subject: [PATCH] Fix auto-save for email composition form. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- templates/emails/send.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/send.tpl b/templates/emails/send.tpl index 1524824..a4e519c 100644 --- a/templates/emails/send.tpl +++ b/templates/emails/send.tpl @@ -67,7 +67,7 @@ } $.xpost("emails/send", { save: true, - token: '{xsrf_token}', + token: {/literal}'{xsrf_token}'{literal}, from: form.from.value, to_contacts: toc, cc_contacts: ccc, -- 2.1.4