From 17bdb413c027c7c8fba8d8d8de35ce81df094056 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Mar 2019 22:27:56 +0000 Subject: rm unused argument, tex4ht r540 git-svn-id: svn://tug.org/texlive/trunk@50459 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty index c3509c4b5db..c5cb07c91ec 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty +++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty @@ -1,8 +1,8 @@ \ifnum\the\catcode`\%=14\else\expandafter\edef\csname \string:RestoreCatcodes\endcsname{\catcode`\%\the \catcode`\%}\catcode`\%14\fi -% tex4ht.sty (2018-06-12-16:01), generated from tex4ht-sty.tex -% Copyright 2009-2018 TeX Users Group +% tex4ht.sty (2019-03-18-15:24), generated from tex4ht-sty.tex +% Copyright 2009-2019 TeX Users Group % Copyright 1996-2009 Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -20,7 +20,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-06-12-16:01} +\immediate\write-1{version 2019-03-18-15:24} \ifx \Preamble\UnDef \else @@ -1606,7 +1606,7 @@ \long\def\InlineElementEnd#1{\InsertTagEnd{#1}} \long\def\BlockElementStart#1#2{\ifvmode\IgnorePar\fi\EndP\InsertTagStart{#1}{#2}} -\long\def\BlockElementEnd#1#2{\ifvmode\IgnorePar\fi\EndP\InsertTagEnd{#1}} +\long\def\BlockElementEnd#1{\ifvmode\IgnorePar\fi\EndP\InsertTagEnd{#1}} % define default values for a new logical block \def\NewLogicalBlock#1{% -- cgit v1.2.3