diff options
-rw-r--r-- | templates/email/default/_email_top.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/_email_top.html b/templates/email/default/_email_top.html index 3bde242a0..943b522cb 100644 --- a/templates/email/default/_email_top.html +++ b/templates/email/default/_email_top.html @@ -13,7 +13,7 @@ [% END ~%] <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>[% rss_title %]</title> + <title>[% rss_title | safe %]</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> [%~ # Styles here will be applied by everything except Gmail.com %] |