Don't escape these.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-30 23:13:06 +00:00
parent a2de033405
commit 55bfa587c6

View File

@ -2446,7 +2446,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
}
else
str += c;
xs << str;
xs << XHTMLStream::NextRaw() << str;
} else
xs << c;
}