]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP805971: Specify UTF8 encoding in password reset templates
authorDan Scott <dan@coffeecode.net>
Tue, 5 Jul 2011 15:08:31 +0000 (11:08 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 5 Jul 2011 15:25:28 +0000 (11:25 -0400)
commit0062008c0a346ee37a9ae8870e33c06823c67a49
tree6e38b8c56a141d958ddeabc5d9c5bed51d60611d
parent52402b4d28643ca013d83f87de6fecb8e0d81813
LP805971: Specify UTF8 encoding in password reset templates

As reported by Liam Whalen in Launchpad bug 805971: "The file
/openils/var/template/password-reset/reset-form.tt2 does not display
utf-8 characters.  I modified it to include '<meta
http-equiv="Content-Type" content="text/html; charset=UTF-8" />' inside
the <head> tag, and the fr-CA version of the page now displays
correctly."

I duplicated the problem in Firefox 5 and confirmed that the addition of
the META tag corrects the problem.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/password-reset/request-form.tt2
Open-ILS/src/templates/password-reset/reset-form.tt2