Author: niallp
Date: Fri Mar 12 10:25:34 2010
New Revision: 922199
URL: http://svn.apache.org/viewvc?rev=922199&view=rev
Log:
Fix tables headers
Modified:
commons/proper/commons-site/src/site/xdoc/components.xml
commons/proper/commons-site/src/site/xdoc/dormant/index.xml
commons/proper/commons-site/src/site/xdoc/index.xml
commons/proper/commons-site/src/site/xdoc/sandbox/index.xml
Modified: commons/proper/commons-site/src/site/xdoc/components.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/components.xml?rev=922199&r1=922198&r2=922199&view=diff
==============================================================================
--- commons/proper/commons-site/src/site/xdoc/components.xml (original)
+++ commons/proper/commons-site/src/site/xdoc/components.xml Fri Mar 12 10:25:34 2010
@@ -35,7 +35,7 @@
<section name="Released Components">
<table>
- <tr><th colspan="2">Components</th></tr>
+ <tr><th>Components</th><th></th></tr>
<tr><td><a href="attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet tags.</td></tr>
<tr><td><a href="beanutils/">BeanUtils</a></td>
Modified: commons/proper/commons-site/src/site/xdoc/dormant/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/dormant/index.xml?rev=922199&r1=922198&r2=922199&view=diff
==============================================================================
--- commons/proper/commons-site/src/site/xdoc/dormant/index.xml (original)
+++ commons/proper/commons-site/src/site/xdoc/dormant/index.xml Fri Mar 12 10:25:34 2010
@@ -36,7 +36,7 @@
</p>
<table>
- <tr><th colspan="2">Dormant</th></tr>
+ <tr><th>Dormant</th><th></th></tr>
<tr><td><a href="cache/">Cache</a></td>
<td>Cache provides object caching services.</td></tr>
<tr><td><a href="clazz/">Clazz</a></td>
Modified: commons/proper/commons-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/index.xml?rev=922199&r1=922198&r2=922199&view=diff
==============================================================================
--- commons/proper/commons-site/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/src/site/xdoc/index.xml Fri Mar 12 10:25:34 2010
@@ -79,7 +79,7 @@
</p>
<table>
- <tr><th colspan="2">Components</th></tr>
+ <tr><th>Components</th><th></th></tr>
<tr><td><a href="attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet tags.</td></tr>
<tr><td><a href="beanutils/">BeanUtils</a></td>
@@ -169,7 +169,7 @@
</p>
<table>
- <tr><th colspan="2">Sandbox</th></tr>
+ <tr><th>Sandbox</th><th></th></tr>
<tr><td><a href="cli2/">CLI2</a></td>
<td>Redesign of Commons CLI.</td></tr>
<tr><td><a href="csv/">CSV</a></td>
@@ -213,7 +213,7 @@
</p>
<table>
- <tr><th colspan="2">Dormant</th></tr>
+ <tr><th>Dormant</th><th></th></tr>
<tr><td><a href="cache/">Cache</a></td>
<td>Cache provides object caching services.</td></tr>
<tr><td><a href="clazz/">Clazz</a></td>
Modified: commons/proper/commons-site/src/site/xdoc/sandbox/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/sandbox/index.xml?rev=922199&r1=922198&r2=922199&view=diff
==============================================================================
--- commons/proper/commons-site/src/site/xdoc/sandbox/index.xml (original)
+++ commons/proper/commons-site/src/site/xdoc/sandbox/index.xml Fri Mar 12 10:25:34 2010
@@ -31,7 +31,7 @@
</p>
<table>
- <tr><th colspan="2">Sandbox</th></tr>
+ <tr><th>Sandbox</th><th></th></tr>
<tr><td><a href="cli2/">CLI2</a></td>
<td>Redesign of Commons CLI.</td></tr>
<tr><td><a href="csv/">CSV</a></td>
|