diff options
Diffstat (limited to 'lib/attachment_to_html/adapters/text.rb')
-rw-r--r-- | lib/attachment_to_html/adapters/text.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/attachment_to_html/adapters/text.rb b/lib/attachment_to_html/adapters/text.rb index e99183f0e..7e22422e2 100644 --- a/lib/attachment_to_html/adapters/text.rb +++ b/lib/attachment_to_html/adapters/text.rb @@ -1,3 +1,4 @@ +# -*- encoding : utf-8 -*- module AttachmentToHTML module Adapters # Convert text/plain documents in to HTML |