template/email.html.erb in git-commit-notifier-0.10.1 vs template/email.html.erb in git-commit-notifier-0.10.2
- old
+ new
@@ -1,9 +1,10 @@
-<html><meta http-equiv="Content-type" content="text/html; charset=utf-8" /><head>
+<html><head>
+<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css">
- <%= stylesheet_string %>
+<%= stylesheet_string %>
</style>
</head>
<body>
- <%= @html_message %>
+<%= @html_message %>
</body>
</html>