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 /spec/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 'spec/lib/attachment_to_html')
-rw-r--r-- | spec/lib/attachment_to_html/view_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/attachment_to_html/view_spec.rb b/spec/lib/attachment_to_html/view_spec.rb index 65eff4cad..50179b0f7 100644 --- a/spec/lib/attachment_to_html/view_spec.rb +++ b/spec/lib/attachment_to_html/view_spec.rb @@ -119,6 +119,7 @@ describe AttachmentToHTML::View do <!DOCTYPE html> <html> <head> + <meta charset="UTF-8"> <title>An attachment.txt</title> </head> <body> |