Fix auto-save for email composition form.
[platal.git] / templates / emails / send.tpl
index 1524824..a4e519c 100644 (file)
@@ -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,