You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by nl...@apache.org on 2004/05/27 14:03:26 UTC

cvs commit: jakarta-pluto/portal/src/webapp/WEB-INF/aggregation TabNavigation.jsp

nlothian    2004/05/27 05:03:26

  Modified:    portal/src/webapp/WEB-INF/aggregation TabNavigation.jsp
  Log:
  Changed HTML comment to JSP comment
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-pluto/portal/src/webapp/WEB-INF/aggregation/TabNavigation.jsp
  
  Index: TabNavigation.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/webapp/WEB-INF/aggregation/TabNavigation.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TabNavigation.jsp	2 Mar 2004 15:01:23 -0000	1.3
  +++ TabNavigation.jsp	27 May 2004 12:03:26 -0000	1.4
  @@ -1,8 +1,8 @@
  -<!-- 
  +<%--
   Copyright 2004 The Apache Software Foundation
   Licensed  under the  Apache License,  Version 2.0  (the "License");
   you may not use  this file  except in  compliance with the License.
  -You may obtain a copy of the License at 
  +You may obtain a copy of the License at
   
   http://www.apache.org/licenses/LICENSE-2.0
   
  @@ -13,7 +13,7 @@
   
   See the License for the specific language governing permissions and
   limitations under the License.
  --->
  +--%>
   <%@ page session="false" buffer="none" %>
   <%@ page import="java.util.Iterator" %>
   <%@ page import="org.apache.pluto.portalImpl.util.Parameters" %>