mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Fix bug #8278, as suggested there by Ronen.
This commit is contained in:
parent
a9de2597ed
commit
2375982f7e
@ -2854,7 +2854,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
|
||||
retval += inset->xhtml(xs, np);
|
||||
}
|
||||
} else {
|
||||
char_type c = d->text_[i];
|
||||
char_type c = d->text_[getUChar(buf.params(), i)];
|
||||
|
||||
if (style.pass_thru)
|
||||
xs << c;
|
||||
|
Loading…
Reference in New Issue
Block a user