diff --git a/themes/default/templates/mail.html.ep b/themes/default/templates/mail.html.ep
index 78e063e..bdd677f 100644
--- a/themes/default/templates/mail.html.ep
+++ b/themes/default/templates/mail.html.ep
@@ -67,7 +67,7 @@
var subject = document.getElementById('subject');
var text = document.getElementById('body');
- btn.href = 'mailto:'+encodeURIComponent(emails.value)+'?subject='+encodeURIComponent(subject.value)+'&body='+encodeURIComponent(body.value);
+ btn.href = 'mailto:'+encodeURIComponent(emails.value)+'?subject='+encodeURIComponent(subject.value)+'&body='+encodeURIComponent(text.value);
}
function populateBody() {
var links = [