]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:30:31 +0000 (02:30 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:32:03 +0000 (02:32 +0200)
- let's wrap all text in h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl

index 13ff590d43e753246d2ab410516b7d4d57404e39..e26833ea65ac486ae7b5c5d7926bdc5d7f26f249 100644 (file)
@@ -6,7 +6,7 @@
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para notice">
-               #{msg.ADMIN_USER_PERSONAL_DATA_MINIMUM_NOTICE}
+               <h:outputText value="#{msg.ADMIN_USER_PERSONAL_DATA_MINIMUM_NOTICE}" />
        </div>
 
        <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl" />