You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/11/14 17:40:20 UTC

cvs commit: jakarta-tomcat-catalina/webapps/ROOT index.jsp

remm        2002/11/14 08:40:20

  Modified:    webapps/ROOT index.jsp
  Log:
  - Fix size.
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-tomcat-catalina/webapps/ROOT/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/index.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.jsp	18 Oct 2002 20:47:02 -0000	1.6
  +++ index.jsp	14 Nov 2002 16:40:20 -0000	1.7
  @@ -46,7 +46,7 @@
                   <tr><td align="left" valign="top"><b><%= application.getServerInfo() %></b></td></tr>
               </table>
           </td>
  -        <td align="right"><a href="http://jakarta.apache.org/"><img src="jakarta-banner.gif" height="100" width="350" border="0" alt="The Jakarta Project"></a></td>
  +        <td align="right"><a href="http://jakarta.apache.org/"><img src="jakarta-banner.gif" height="48" width="505" border="0" alt="The Jakarta Project"></a></td>
       </tr>
   </table>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>