]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_envinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_envinset.C
index 993e8bea27cda8cf3b08ac7571f40dbf3eeb5aa6..5075e9867216798124eadc075203db49a4b85c8f 100644 (file)
@@ -43,7 +43,7 @@ void MathEnvInset::write(WriteStream & os) const
 
 void MathEnvInset::normalize(NormalStream & os) const
 {
-       os << "[env " << name_ << " " << cell(0) << ']';
+       os << "[env " << name_ << ' ' << cell(0) << ']';
 }