diff --git a/M2/Macaulay2/m2/mathml.m2 b/M2/Macaulay2/m2/mathml.m2 index bb282d5c0f..c69be5be09 100644 --- a/M2/Macaulay2/m2/mathml.m2 +++ b/M2/Macaulay2/m2/mathml.m2 @@ -60,8 +60,8 @@ mathML FunctionApplication := m -> ( else concatenate (bigParenthesize mfun, bigParenthesize margs) ) mathML MatrixExpression := x -> concatenate( "(", mtableML x, ")", newline ) -mathML Minus := v -> concatenate( "-", mathML v#0) -mathML Divide := x -> concatenate("", mathML x#0,"", mathML x#1, "") +mathML Minus := v -> concatenate( "-", mathML v#0, "") +mathML Divide := x -> concatenate("", mathML x#0, mathML x#1, "") mathML OneExpression := x -> "1" mathML ZeroExpression := x -> "0" mathML Sum := v -> (