diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-09 17:20:21 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-09 18:56:15 +0000 |
commit | 13ac40394d1013c2179b8205f18ad2a3d69d2493 (patch) | |
tree | 43d626d4273009de925e60263b06892de3ccd8ac | |
parent | 3e61279999c83fb5b5891f74b07143dd046ca887 (diff) |
[Templates] RSS XSL can have a safe title.
-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 %] |