mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 10:47:57 +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)
|
if (opts & WriteInnerTag)
|
||||||
xs << html::StartTag(il.htmlinnertag(), il.htmlinnerattr());
|
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)
|
if (!il.isMultiPar() || opts == JustText)
|
||||||
runparams.html_make_pars = false;
|
runparams.html_make_pars = false;
|
||||||
if (il.isPassThru())
|
if (il.isPassThru())
|
||||||
|
Loading…
Reference in New Issue
Block a user