Wow, that last commit was dumb. So let's fix #8278 properly.

This commit is contained in:
Richard Heck 2012-08-05 17:31:00 -04:00
parent 2375982f7e
commit 166deba79b

View File

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