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