diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-21 15:54:06 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-21 15:54:06 +0100 |
commit | 15bd831e007a9150c2a7cd6ba0efa9a125988e84 (patch) | |
tree | 820be1af6a497df93613a414374bd3cfd5a17e04 /lib/attachment_to_html | |
parent | 8623e1a42478d3d531cb137329d3bad9698d45b1 (diff) | |
parent | 69c700d1ff12bb798569e00f8bf91c539b0ae336 (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli 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> |