]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 19:15:18 +0000 (21:15 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 19:15:30 +0000 (21:15 +0200)
- used h:outputText to wrap text

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl
web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl

index 870c4ffaf4892b984ebc5c63f5c087b9497d7221..221f3961ea0eb91e6de555f1f390c72173ae8d07 100644 (file)
@@ -9,7 +9,7 @@
        <h:form id="form_register_page1">
                <div class="table">
                        <div class="table_header">
-                               #{msg.GUEST_REGISTRATION_PAGE1_TITLE}
+                               <h:outputText value="#{msg.GUEST_REGISTRATION_PAGE1_TITLE}" />
                        </div>
 
                        <div class="para">
index 74f3291ebceb1bb1fc750db8e09bc515eccc2e90..6ac09d548301cf912cc65cb6330453fbba944a3f 100644 (file)
@@ -8,7 +8,7 @@
        <h:form id="form_register_page2">
                <div class="table">
                        <div class="table_header">
-                               #{msg.GUEST_REGISTRATION_PAGE2_TITLE}
+                               <h:outputText value="#{msg.GUEST_REGISTRATION_PAGE2_TITLE}" />
                        </div>
 
                        <ui:include src="/WEB-INF/templates/contact/form_contact_data.tpl" />