XHTML: fix typo in comment.

This commit is contained in:
Thibaut Cuvelier 2024-05-20 03:11:41 +02:00
parent f2660d172c
commit a4f675a040

View File

@ -422,7 +422,7 @@ ParagraphList::const_iterator makeEnvironment(Buffer const & buf,
// (We also do not deal with 'resume' counters, though I'm not sure that can
// be done at all in HTML.)
// Code adapated from Buffer::Impl::setLabel
// Code adapted from Buffer::Impl::setLabel
bool const isenum = bstyle.labeltype == LABEL_ENUMERATE;
docstring enumcounter = bstyle.counter.empty() ?
( isenum ? from_ascii("enum") : from_ascii("lyxitem") ) :