]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_substackinset.C
index 89635f8b3eefa0692bc4b62bb177e084eba7a76c..29850787be174a99d1fab6252f3c5a46ba67650d 100644 (file)
@@ -43,7 +43,7 @@ void MathSubstackInset::normalize(NormalStream & os) const
 {
        os << "[substack ";
        MathGridInset::normalize(os);
-       os << "]";
+       os << ']';
 }
 
 
@@ -51,5 +51,5 @@ void MathSubstackInset::maplize(MapleStream & os) const
 {
        os << "substack(";
        MathGridInset::maplize(os);
-       os << ")";
+       os << ')';
 }