From: André Pönitz Date: Fri, 12 Jul 2002 06:47:05 +0000 (+0000) Subject: fix parser bug X-Git-Tag: 1.6.10~18893 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a61a4ace28d5ff4b787519f8d5b048d6525f0a2c;p=features.git fix parser bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4614 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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*"