diff options
-rw-r--r-- | lib/pleroma/web/templates/layout/email_styled.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/email_styled.html.eex b/lib/pleroma/web/templates/layout/email_styled.html.eex index 295d2bba0..eb5f59244 100644 --- a/lib/pleroma/web/templates/layout/email_styled.html.eex +++ b/lib/pleroma/web/templates/layout/email_styled.html.eex @@ -11,7 +11,7 @@ <!--[if !mso]><!--> <meta content="IE=edge" http-equiv="X-UA-Compatible" /> <!--<![endif]--> - <title><%= @email.subject %><</title> + <title><%= @email.subject %></title> <!--[if !mso]><!--> <!--<![endif]--> <style type="text/css"> |