summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index ad9f28c11f1..f7833b37b72 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-12 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): use global definitions for passing
+ information about vertical lines in the \multicolumn command.
+ https://github.com/michal-h21/make4ht/issues/48
+
2021-09-09 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): fixed issues with double slashes in
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 8b651b17179..0108f2d289d 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 974 2021-08-22 16:06:00Z michal_h21 $
+% $Id: tex4ht-html4.tex 978 2021-09-12 21:26:18Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -7465,10 +7465,10 @@ consecutive \verb+<br />+ tags.
\<html latex array/tabular Config 4.0t\><<<
\Configure{multicolumn}
- {\let\col:Css\empty
+ {\global\let\col:Css\empty
\Configure{VBorder}
{}
- {\edef\col:Css{\col:Css
+ {\xdef\col:Css{\col:Css
border-\ifnum \ar:cnt=0 left\else right\fi
:solid black 0.4pt;}%
}{}{}%