From ddec2730f0e8d0af6b72030331cdc83300588bbd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 6 Oct 2015 14:29:05 +0200 Subject: [PATCH] =?utf8?q?removed=20acceptvcharset,=20it=20is=20broken=20i?= =?utf8?q?n=20IE=20anyway.=20So,=20now=20what=3F=20Signed-off-by:Roland=20?= =?utf8?q?H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/WEB-INF/templates/guest/guest_login_form.tpl | 2 +- web/WEB-INF/templates/guest/guest_registration_form.tpl | 2 +- web/user/lost_passwd.xhtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/WEB-INF/templates/guest/guest_login_form.tpl b/web/WEB-INF/templates/guest/guest_login_form.tpl index 187e5e85..985165cf 100644 --- a/web/WEB-INF/templates/guest/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/guest_login_form.tpl @@ -5,7 +5,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets">
- +
#{msg.GUEST_ENTER_LOGIN_DATA_TITLE} diff --git a/web/WEB-INF/templates/guest/guest_registration_form.tpl b/web/WEB-INF/templates/guest/guest_registration_form.tpl index 67513825..30fad999 100644 --- a/web/WEB-INF/templates/guest/guest_registration_form.tpl +++ b/web/WEB-INF/templates/guest/guest_registration_form.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://java.sun.com/jsf/facelets"> - +
#{msg.GUEST_REGISTRATION_TITLE} diff --git a/web/user/lost_passwd.xhtml b/web/user/lost_passwd.xhtml index f7bf52b2..e534aa4d 100644 --- a/web/user/lost_passwd.xhtml +++ b/web/user/lost_passwd.xhtml @@ -20,7 +20,7 @@
- +
#{msg.GUEST_LOST_PASSWORD_TITLE} -- 2.39.5