mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
d590a912e8
commit
a61a4ace28
@ -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*"
|
||||
|
Loading…
Reference in New Issue
Block a user