Fix bug #8278, as suggested there by Ronen.

This commit is contained in:
Richard Heck 2012-08-04 17:32:55 -04:00
parent a9de2597ed
commit 2375982f7e

View File

@ -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;