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:27:53 +0000 (11:27 -0400)
commit76af0b5907b3f9e26c25ebd8b6b6a391d0b31dc3
tree7e61f49655488af5b16f34129fb7d06fe408e24b
parent74f5aad1b82aeb3bf8799d3b4c79cd9530e6bf33
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