mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
8121: Merged V2.1 to V2.2 8088: Turned off debug logging. 8090: Tweaked session cache limiting for AVM. 8095: Fix for issue raised in ACT 402 8108: Fix for AWC-1816 8115: Build fix 8117: Fix AR-1217: OpenOffice connection is actively maintained git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8480 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,6 +32,8 @@ import javax.faces.component.UIComponentBase;
|
||||
import javax.faces.context.FacesContext;
|
||||
import javax.faces.el.ValueBinding;
|
||||
|
||||
import org.alfresco.web.ui.common.Utils;
|
||||
|
||||
/**
|
||||
* JSF component that renders an AJAX based tree for browsing the
|
||||
* repository.
|
||||
@@ -405,7 +407,7 @@ public class UITree extends UIComponentBase
|
||||
xml.append("<node ref=\"");
|
||||
xml.append(this.nodeRef);
|
||||
xml.append("\" name=\"");
|
||||
xml.append(this.name);
|
||||
xml.append(Utils.encode(this.name));
|
||||
xml.append("\" icon=\"");
|
||||
xml.append(this.icon);
|
||||
xml.append("\"/>");
|
||||
|
Reference in New Issue
Block a user