Author: prabhat.jha(a)jboss.com
Date: 2008-10-03 11:21:36 -0400 (Fri, 03 Oct 2008)
New Revision: 12029
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/objectNavigation.xhtml
Log:
some alien put an extra ">". thanks Chris.
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/objectNavigation.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/objectNavigation.xhtml 2008-10-03
14:45:25 UTC (rev 12028)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/objectNavigation.xhtml 2008-10-03
15:21:36 UTC (rev 12029)
@@ -7,7 +7,7 @@
xmlns:pfc="http://www.jboss.com/portal/facelet/common"
xmlns:c="http://java.sun.com/jstl/core">
-<h:form id="obj-nav-form">>
+<h:form id="obj-nav-form">
<c:if test="#{not empty portalobjectmgr.selectedObject.portals}">
<h:dataTable id="portal-datatable" var="object"
value="#{portalobjectmgr.selectedObject.portals}" styleClass="objectList
datatable"