From 7da46e7ff3d29341b36f2d9a4495d700854b4016 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 22 Oct 2023 18:33:22 +0100 Subject: [PATCH] Fix bug where CALS column width didn't specify px --- src/main/xslt/modules/tablecals.xsl | 2 +- src/test/resources/expected/table-cals.016.html | 2 +- src/test/resources/expected/table-cals.022.html | 2 +- src/test/resources/expected/table-cals.039.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/xslt/modules/tablecals.xsl b/src/main/xslt/modules/tablecals.xsl index 1e40accca1..3bf6f69086 100644 --- a/src/main/xslt/modules/tablecals.xsl +++ b/src/main/xslt/modules/tablecals.xsl @@ -427,7 +427,7 @@ - + diff --git a/src/test/resources/expected/table-cals.016.html b/src/test/resources/expected/table-cals.016.html index 5960ce47cb..5ba9889b87 100644 --- a/src/test/resources/expected/table-cals.016.html +++ b/src/test/resources/expected/table-cals.016.html @@ -1 +1 @@ -
CategorySystem Considerations, IssuesNotes
General Company Information
Company Financials
\ No newline at end of file +
CategorySystem Considerations, IssuesNotes
General Company Information
Company Financials
\ No newline at end of file diff --git a/src/test/resources/expected/table-cals.022.html b/src/test/resources/expected/table-cals.022.html index 794fc4fdca..c72e78b823 100644 --- a/src/test/resources/expected/table-cals.022.html +++ b/src/test/resources/expected/table-cals.022.html @@ -1 +1 @@ -
Table 1Server machine minimum required softwarea
Foob
foo

Table title footnote test.

Table cell footnote test.


Table title footnote test.

\ No newline at end of file +
Table 1Server machine minimum required softwarea
Foob
foo

Table title footnote test.

Table cell footnote test.


Table title footnote test.

\ No newline at end of file diff --git a/src/test/resources/expected/table-cals.039.html b/src/test/resources/expected/table-cals.039.html index 574c49a031..668fa0dc6f 100644 --- a/src/test/resources/expected/table-cals.039.html +++ b/src/test/resources/expected/table-cals.039.html @@ -1,3 +1,3 @@ -
Address:
  |Some literal layout
+
Address:
  |Some literal layout
   |goes here.
 
\ No newline at end of file