chore(mail): fix html meta head, 3rd attempt

This commit is contained in:
Steffen Jost 2022-12-21 16:43:33 +01:00
parent fca52aa7e6
commit 8a9d432a23

View File

@ -205,6 +205,8 @@ addHtmlMarkdownAlternatives' fn html' = do
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>
#{fn}
<body> <body>
^{html} ^{html}
|] |]