diff --git a/src/main/xslt/modules/tablecals.xsl b/src/main/xslt/modules/tablecals.xsl index b3c36fdbe..b81293594 100644 --- a/src/main/xslt/modules/tablecals.xsl +++ b/src/main/xslt/modules/tablecals.xsl @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/src/test/resources/expected/table-cals.053.html b/src/test/resources/expected/table-cals.053.html new file mode 100644 index 000000000..671ea48f8 --- /dev/null +++ b/src/test/resources/expected/table-cals.053.html @@ -0,0 +1 @@ +CALS Table with caption

CALS Table with caption

Table 1Table title
AB

A caption below the table

\ No newline at end of file diff --git a/src/test/resources/xml/table-cals.053.xml b/src/test/resources/xml/table-cals.053.xml new file mode 100644 index 000000000..cdcbb4c2f --- /dev/null +++ b/src/test/resources/xml/table-cals.053.xml @@ -0,0 +1,20 @@ + +
+ CALS Table with caption + + + Table title + + + + + A + B + + + + +
+ A caption below the table +
+