From: Richard Kimberly Heck Date: Sun, 4 Dec 2022 16:59:21 +0000 (-0500) Subject: Whitespace X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b9c52f20c7e714e1594134cd859638b59e476e6a;p=features.git Whitespace --- diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index f1bcfb879b..9924be150e 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -417,7 +417,7 @@ ParagraphList::const_iterator makeEnvironment(Buffer const & buf, if (!style.counter.empty() && (par == pbegin || !isNormalEnv(style)) && cnts.hasCounter(cntr) - ) + ) cnts.step(cntr, OutputUpdate); ParagraphList::const_iterator send;