Author: chathura
Date: Sun Feb 10 00:41:25 2008
New Revision: 13510

Log:


Fixing the spacing issue in the resource path.



Modified:
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
  (original)
+++ 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
  Sun Feb 10 00:41:25 2008
@@ -98,8 +98,7 @@
                 if (iNavPaths.size() > 2) {
                     for (int i = 2; i < iNavPaths.size(); i++) {
                         ResourcePath resourcePath = (ResourcePath) 
iNavPaths.get(i);
-            %>/<a 
href="/wso2registry/web<%=resourcePath.getNavigatePath()%>"><%=resourcePath.getNavigateName()%></a>
-            <% }
+            %>/<a 
href="/wso2registry/web<%=resourcePath.getNavigatePath()%>"><%=resourcePath.getNavigateName()%></a><%
 }
             }
             } %>
         </h2>

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to