]> git.lyx.org Git - features.git/commitdiff
fix parser bug
authorAndré Pönitz <poenitz@gmx.net>
Fri, 12 Jul 2002 06:47:05 +0000 (06:47 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 12 Jul 2002 06:47:05 +0000 (06:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4614 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_parser.C

index 538e5c0d81a48d5a436370076da3af3ed6c0fae4..ca00086e9cc1fd5aa0d54b42638a8f121abf0221 100644 (file)
@@ -913,7 +913,7 @@ void Parser::parse_into1(MathGridInset & grid, unsigned flags,
 
                        else if (name == "math") {
                                cell->push_back(MathAtom(new MathHullInset("simple")));
-                               parse_into2(cell->back(), FLAG_SIMPLE, true, true);
+                               parse_into2(cell->back(), FLAG_END, true, true);
                        }
 
                        else if (name == "equation" || name == "equation*"