From a61a4ace28d5ff4b787519f8d5b048d6525f0a2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 12 Jul 2002 06:47:05 +0000 Subject: [PATCH] fix parser bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4614 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index 538e5c0d81..ca00086e9c 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -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*" -- 2.39.2