Tell Internet Explorer to display content in the highest mode available.

This commit is contained in:
Simon 2017-09-29 14:39:17 +02:00
parent 95f71f65df
commit a32a0f0de6
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1024">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><%= Setting.get('product_name') %></title>
<%= stylesheet_link_tag "application", :media => 'all' %>
<%= stylesheet_link_tag "application-print", :media => 'print' %>

View file

@ -6,6 +6,7 @@ Rails.application.config.html_email_body = <<HERE
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
body {
#{Rails.application.config.html_email_css_font};