mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix typo
This commit is contained in:
parent
2f7cd8cc8a
commit
9d85e59c8c
@ -601,7 +601,7 @@ docstring InsetText::insetAsXHTML(XHTMLStream & xs, OutputParams const & rp,
|
||||
if (opts & WriteInnerTag)
|
||||
xs << html::StartTag(il.htmlinnertag(), il.htmlinnerattr());
|
||||
|
||||
// we will eventaully lose information about the containing inset
|
||||
// we will eventually lose information about the containing inset
|
||||
if (!il.isMultiPar() || opts == JustText)
|
||||
runparams.html_make_pars = false;
|
||||
if (il.isPassThru())
|
||||
|
Loading…
Reference in New Issue
Block a user