You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/09/24 10:44:24 UTC

cvs commit: jakarta-slide/src/wrappers/catalina/root index.jsp

remm        01/09/24 01:44:24

  Modified:    src/wrappers/catalina/root index.jsp
  Log:
  - Remove extra '/'.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-slide/src/wrappers/catalina/root/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/catalina/root/index.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.jsp	2001/09/24 08:17:09	1.1
  +++ index.jsp	2001/09/24 08:44:24	1.2
  @@ -35,7 +35,7 @@
                 </tr>
                 <tr>
                   <td align='left' valign='middle' class='panelMenuItem'>
  -                  <html:link page='/manager/'><bean:message key="manage.title"/></html:link>
  +                  <html:link page='/manager'><bean:message key="manage.title"/></html:link>
                   </td>
                 </tr>
               </table>