fix parser bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4614 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-12 06:47:05 +00:00
parent d590a912e8
commit a61a4ace28

View 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*"