You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/09/13 16:01:13 UTC

svn commit: r442988 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp

Author: evenisse
Date: Wed Sep 13 07:01:13 2006
New Revision: 442988

URL: http://svn.apache.org/viewvc?view=rev&rev=442988
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp?view=diff&rev=442988&r1=442987&r2=442988
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/navigations/DefaultBottom.jsp Wed Sep 13 07:01:13 2006
@@ -1,9 +1,11 @@
 <div id="footer">
-  <table border="0" cellpadding="4" cellspacing="0">
-    <tbody><tr>
-      <td>
-        Continuum &#169; 2005 Apache Software Foundation
-      </td>
-    </tr>
-    </tbody></table>
+  <table with="100%" border="0" cellpadding="4" cellspacing="0">
+    <tbody>
+      <tr>
+        <td>
+          Continuum &#169; 2005 Apache Software Foundation
+        </td>
+      </tr>
+    </tbody>
+  </table>
 </div>