mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Wow, that last commit was dumb. So let's fix #8278 properly.
This commit is contained in:
parent
2375982f7e
commit
166deba79b
@ -2854,7 +2854,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
|
|||||||
retval += inset->xhtml(xs, np);
|
retval += inset->xhtml(xs, np);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
char_type c = d->text_[getUChar(buf.params(), i)];
|
char_type c = getUChar(buf.params(), i);
|
||||||
|
|
||||||
if (style.pass_thru)
|
if (style.pass_thru)
|
||||||
xs << c;
|
xs << c;
|
||||||
|
Loading…
Reference in New Issue
Block a user