diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-21 13:20:59 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 13:20:59 +0100 |
commit | a6cbffba36ad03be27678e6382a85205ce598237 (patch) | |
tree | 66a380a77f3a26f9962240f6dd3064f6dac36aa1 /lib/attachment_to_html | |
parent | bd4d027c4445d40e8af120774ca3c72a9e041d6d (diff) | |
parent | d9b834cd7e98c95c752fccb57ca02c71e4adba1c (diff) |
Merge branch 'issues/1744-view-as-html-stylesheet' into rails-3-develop
Diffstat (limited to 'lib/attachment_to_html')
-rw-r--r-- | lib/attachment_to_html/template.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/attachment_to_html/template.html.erb b/lib/attachment_to_html/template.html.erb index 38286a5f9..b898b1750 100644 --- a/lib/attachment_to_html/template.html.erb +++ b/lib/attachment_to_html/template.html.erb @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <meta charset="UTF-8"> <title><%= title %></title> <%= content_for(:head_suffix) %> </head> |