We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03da03 commit 3255273Copy full SHA for 3255273
1 file changed
template/email.html.erb
@@ -1,9 +1,10 @@
1
-<html><meta http-equiv="Content-type" content="text/html; charset=utf-8" /><head>
+<html><head>
2
+<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
3
<style type="text/css">
- <%= stylesheet_string %>
4
+<%= stylesheet_string %>
5
</style>
6
</head>
7
<body>
- <%= @html_message %>
8
+<%= @html_message %>
9
</body>
10
</html>
0 commit comments