diff options
-rw-r--r-- | test/tables.custom | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/tables.custom b/test/tables.custom index b78b3a4e9..61560ef9d 100644 --- a/test/tables.custom +++ b/test/tables.custom @@ -26,7 +26,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Simple table without caption:</p> @@ -55,7 +55,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Simple table indented two spaces:</p> @@ -85,7 +85,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Multiline table with caption:</p> @@ -119,7 +119,7 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> <p>Multiline table without caption:</p> @@ -151,7 +151,7 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> <p>Table without column headers:</p> @@ -174,7 +174,7 @@ the blank line between rows.</td> <td align="center">1</td> <td align="right">1</td> </tr> -</table +</table> <p>Multiline table without column headers:</p> @@ -197,5 +197,5 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> |