]> git.lyx.org Git - features.git/commitdiff
Not sure why this was there: Of course we need to escape < and >.
authorRichard Heck <rgheck@comcast.net>
Wed, 13 Apr 2011 13:05:52 +0000 (13:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 13 Apr 2011 13:05:52 +0000 (13:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38363 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index a27e00d6f351b40056dbffcb282b32126e6456c6..e58b722c15060cc4d72bc471a82e886203ae091e 100644 (file)
@@ -2198,7 +2198,6 @@ docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const
                // probably should allow for some kind of customization here
                string const tag = (getType() == hullSimple) ? "span" : "div";
                xs << html::StartTag(tag, "class='math'")
-                  << XHTMLStream::ESCAPE_AND
                   << latex 
                   << html::EndTag(tag)
                   << html::CR();