]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 15:38:13 +0000 (17:38 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 15:38:13 +0000 (17:38 +0200)
- text should be wrapped in h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
web/user/financials/login_financials_add_receipt.xhtml
web/user/financials/login_financials_overview.xhtml

index f8c0b3d4d79f764f60fa4406765fcbc95be8e44d..fd074ce5913ea574ff6ac925be8072df349b87b1 100644 (file)
@@ -7,7 +7,9 @@
        >
 
        <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
-               <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_FINANCIAL_ADD_RECEIPT}</ui:define>
+               <ui:define name="login_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_LOGIN_FINANCIAL_ADD_RECEIPT}" />
+               </ui:define>
 
                <ui:define name="content_header">
                        <h:outputText value="#{msg.SUB_TITLE_LOGIN_FINANCIAL_ADD_RECEIPT}" />
index cfcab1b349491eedf691ee549976bdf96d18dc7d..ca4446076f6ee142d07a557cbfe84e747918e0ad 100644 (file)
@@ -7,7 +7,9 @@
          >
 
        <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
-               <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_FINANCIAL_OVERVIEW}</ui:define>
+               <ui:define name="login_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_LOGIN_FINANCIAL_OVERVIEW}" />
+               </ui:define>
 
                <ui:define name="content_header">
                        <h:outputText value="#{msg.SUB_TITLE_LOGIN_FINANCIAL_OVERVIEW}" />