From 66223856012c12b16ed022053af0c82beaa4a14c Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Sat, 8 Oct 2016 01:28:11 -0500 Subject: manually generate XHTML doctype since haml :format config cannot be overridden --- app/views/notify/pipeline_failed_email.html.haml | 2 +- app/views/notify/pipeline_success_email.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/notify/pipeline_failed_email.html.haml b/app/views/notify/pipeline_failed_email.html.haml index a2ef4a92e03..e66ffa82c11 100644 --- a/app/views/notify/pipeline_failed_email.html.haml +++ b/app/views/notify/pipeline_failed_email.html.haml @@ -1,4 +1,4 @@ -!!! + %html{:lang => "en"} %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ diff --git a/app/views/notify/pipeline_success_email.html.haml b/app/views/notify/pipeline_success_email.html.haml index 5425b638ac3..49153ab33cd 100644 --- a/app/views/notify/pipeline_success_email.html.haml +++ b/app/views/notify/pipeline_success_email.html.haml @@ -1,4 +1,4 @@ -!!! + %html{:lang => "en"} %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ -- cgit v1.2.1