diff --git a/iosMath/lib/MTMathAtomFactory.m b/iosMath/lib/MTMathAtomFactory.m index 6abc148..22d8574 100644 --- a/iosMath/lib/MTMathAtomFactory.m +++ b/iosMath/lib/MTMathAtomFactory.m @@ -342,7 +342,7 @@ + (nullable MTMathAtom *)tableWithEnvironment:(NSString *)env rows:(NSArray* row = table.cells[i]; - if (row.count > 1) { + if (row.count > 2) { [row[1] insertAtom:spacer atIndex:0]; } }