This commit is contained in:
Vincent van Ravesteijn 2012-12-27 11:36:51 +01:00
parent 2f7cd8cc8a
commit 9d85e59c8c

View File

@ -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())