mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +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);
|
||||
}
|
||||
} else {
|
||||
char_type c = d->text_[getUChar(buf.params(), i)];
|
||||
char_type c = getUChar(buf.params(), i);
|
||||
|
||||
if (style.pass_thru)
|
||||
xs << c;
|
||||
|
Loading…
Reference in New Issue
Block a user