diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-02-25 18:36:08 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-02-25 18:36:08 +0000 |
commit | a91b45716bae62390ce72e2ed1163f06716c32ab (patch) | |
tree | 99ba150854c52dde794891d2a7a9e8514b2e27d2 | |
parent | 5ff760648e7c54ddc616e5b47a30c05126fd1af3 (diff) |
ensure it's UTF8 encoded
-rw-r--r-- | lib/views/help/about.es.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/about.es.rhtml b/lib/views/help/about.es.rhtml index 4e25a09..2123dfa 100644 --- a/lib/views/help/about.es.rhtml +++ b/lib/views/help/about.es.rhtml @@ -1,5 +1,5 @@ <% @title = "Sobre" %> - +<%#-*- coding: utf8 -*-%> <%= render :partial => 'sidebar' %> <h1>¡Bonjiorno amis!</h1> |