spec/dummy/app/views/layouts/mailer.html.erb in europeana-feedback-button-0.0.5 vs spec/dummy/app/views/layouts/mailer.html.erb in europeana-feedback-button-0.0.6

- old
+ new

@@ -1,9 +1,13 @@ <!DOCTYPE html> <html> -<head> - <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> -</head> -<body> -<%= yield %> -</body> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <style> + /* Email styles need to be inline */ + </style> + </head> + + <body> + <%= yield %> + </body> </html>