]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/user_profile.xhtml
New "feature" controller introduced: (please cherry-pick this)
[jjobs-war.git] / web / guest / user / user_profile.xhtml
index 247245056409092cd11017a6540c3bac39c8e1af..89a917f5d50f9d0e2690714aacf676c3d9d58f35 100644 (file)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
                                        <ui:include src="/WEB-INF/templates/user/userid_error.tpl" />
                                </ui:fragment>
 
-                               <ui:fragment rendered="#{not profileController.isProfileLinkVisibleById(userController.userId)}">
-                                       #{msg.ERROR_PROFILE_NOT_VISIBLE}
-                               </ui:fragment>
+                               <h:outputText value="#{msg.ERROR_PROFILE_NOT_VISIBLE}" rendered="#{not profileController.isProfileLinkVisibleById(userController.userId)}" />
 
                                <ui:fragment rendered="#{profileController.isProfileLinkVisibleById(userController.userId)}">
                                        <div align="center">
                                                <h:panelGrid styleClass="table" headerClass="table_header" footerClass="table_footer">
                                                        <f:facet name="header">
-                                                               #{msg.PUBLIC_USER_PROFILE}
+                                                               <h:outputText value="#{msg.PUBLIC_USER_PROFILE}" />
                                                        </f:facet>
                                                </h:panelGrid>
                                        </div>