mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
XHTML: fix typo in comment.
This commit is contained in:
parent
f2660d172c
commit
a4f675a040
@ -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") ) :
|
||||
|
Loading…
Reference in New Issue
Block a user