summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 21:03:49 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 21:03:49 +0000
commit0ba0fece920cc606fed4e4aa00bc45b1ff0817c8 (patch)
tree44fb5d8c60585d2297ccfc4cbbb311b5b59f5ac9 /Master/texmf-dist/source
parent3edf95ad1430c7b724870a24cec65e8534e6e01e (diff)
hyperref \label after \phantomsection, tex4ht r937
git-svn-id: svn://tug.org/texlive/trunk@59230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index b399930da8b..21444abee4d 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 936 2021-05-16 16:21:01Z karl $
+% $Id: tex4ht-4ht.tex 937 2021-05-16 16:55:43Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -5079,6 +5079,8 @@ produce invalid HTML
\Hy@GlobalStepCount\Hy@linkcounter
\xdef\@currentHref{likesection.\the\Hy@linkcounter}%
\Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}%
+ \edef\@currentlabel{\the\Hy@linkcounter}%
+ \AnchorLabel%
}
>>>