You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/08/01 14:35:05 UTC

svn commit: r427559 - /geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp

Author: jsisson
Date: Tue Aug  1 05:35:04 2006
New Revision: 427559

URL: http://svn.apache.org/viewvc?rev=427559&view=rev
Log:
GERONIMO-2136 Correct previous commit with missing </td>

Modified:
    geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp

Modified: geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp?rev=427559&r1=427558&r2=427559&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp (original)
+++ geronimo/trunk/applications/console/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp Tue Aug  1 05:35:04 2006
@@ -22,7 +22,7 @@
         <tr>
           <td height="86" class="Logo" border="0"></td>
           <td height="86" class="Top" border="0">&nbsp; </TD>
-          <td height="86" class="Top" border="0" width="40">
+          <td height="86" class="Top" border="0" width="40"></td>
           <td height="86" class="Top" border="0" width="40">
 <a href="<%=request.getContextPath()%>/logout.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_logout_63x86.gif"></a>
           </td>