]> git.mxchange.org Git - addressbook-war.git/commitdiff
removed acceptvcharset, it is broken in IE anyway. So, now what?
authorRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:29:05 +0000 (14:29 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:29:05 +0000 (14:29 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/templates/guest/guest_login_form.tpl
web/WEB-INF/templates/guest/guest_registration_form.tpl
web/user/lost_passwd.xhtml

index 187e5e8581fc390f1a462e532aaf7c5f7bdbc03e..985165cf9be9aab95e52b0cb18baffba951b0809 100644 (file)
@@ -5,7 +5,7 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://java.sun.com/jsf/facelets">
        <div id="user_login_content">
-               <h:form acceptcharset="utf-8" id="login_form">
+               <h:form id="login_form">
                        <div class="table">
                                <div class="table_header">
                                        #{msg.GUEST_ENTER_LOGIN_DATA_TITLE}
index 67513825a9bd8374ddafce1d6e0d9155c5191f4f..30fad999d0284d579abca238242d8eaae847a96e 100644 (file)
@@ -6,7 +6,7 @@
        xmlns:ui="http://java.sun.com/jsf/facelets">
 
 
-       <h:form acceptcharset="utf-8" id="register_form">
+       <h:form id="register_form">
                <div class="table">
                        <div class="table_header">
                                #{msg.GUEST_REGISTRATION_TITLE}
index f7bf52b2809a82f2e141fa3db60bedf5182f2519..e534aa4d081c64cf30183e1be2f70f4319994f36 100644 (file)
@@ -20,7 +20,7 @@
 
                <ui:define name="content">
                        <div class="para" id="user_lost_password_content">
-                               <h:form acceptcharset="utf-8" id="lost_password_form">
+                               <h:form id="lost_password_form">
                                        <div class="table">
                                                <div class="table_header">
                                                        #{msg.GUEST_LOST_PASSWORD_TITLE}