]> git.lyx.org Git - lyx.git/commitdiff
Don't escape these.
authorRichard Heck <rgheck@comcast.net>
Mon, 30 Nov 2009 23:13:06 +0000 (23:13 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 30 Nov 2009 23:13:06 +0000 (23:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32264 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index cf7c7145d4ef26cc81cd6db03e795f4356c7aa86..8b3a72328d7f64ff304a07164919e910c220c4b0 100644 (file)
@@ -2446,7 +2446,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
                                }
                                else
                                        str += c;
-                               xs << str;
+                               xs << XHTMLStream::NextRaw() << str;
                        } else
                                xs << c;
                }