You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/10/15 00:19:58 UTC

svn commit: r704720 - /maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml

Author: vsiveton
Date: Tue Oct 14 15:19:58 2008
New Revision: 704720

URL: http://svn.apache.org/viewvc?rev=704720&view=rev
Log:
o removed unused table tag

Modified:
    maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml?rev=704720&r1=704719&r2=704720&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml Tue Oct 14 15:19:58 2008
@@ -59,7 +59,6 @@
 
     <img src="figure" alt="Figure caption" />
 
-    <table align="center">
       <table align="center" border="1">
         <tr valign="top">
           <th align="center">Centered<br />cell 1,1</th>
@@ -73,11 +72,9 @@
         </tr>
       </table>
     <p><i>Table caption</i></p>
-    </table>
 
     <p>No grid, no caption:</p>
 
-    <table align="center">
       <table align="center" border="0">
         <tr valign="top">
           <td align="center">cell</td>
@@ -88,7 +85,6 @@
           <td align="center">cell</td>
         </tr>
       </table>
-    </table>
 
     <p>Horizontal line:</p>
     <hr />