]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl
Used much more h:outputText instead of directly the message in the template. This...
[addressbook-war.git] / web / WEB-INF / templates / guest / user / register / guest_form_register_page1.tpl
index b8106fdfea9f0238af00249f80061f92a9140747..465fc01f785cdbcb0a6f50fce396303af1ffc52d 100644 (file)
@@ -14,7 +14,9 @@
 
                        <div class="para">
                                <fieldset id="login_data">
-                                       <legend title="#{msg.GUEST_REGISTRATION_EMAIL_LEGEND_TITLE}">#{msg.GUEST_REGISTRATION_EMAIL_LEGEND}</legend>
+                                       <legend title="#{msg.GUEST_REGISTRATION_EMAIL_LEGEND_TITLE}">
+                                               <h:outputText value="#{msg.GUEST_REGISTRATION_EMAIL_LEGEND}" />
+                                       </legend>
 
                                        <ui:fragment rendered="#{userController.isUserNameRequired()}">
                                                <div class="table_row">
@@ -60,7 +62,7 @@
                                                </div>
 
                                                <div class="para notice">
-                                                       #{msg.GUEST_REGISTRATION_USER_NAME_NOTICE}
+                                                       <h:outputText value="#{msg.GUEST_REGISTRATION_USER_NAME_NOTICE}" />
                                                </div>
                                        </ui:fragment>
                                </fieldset>