]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_spaceinset.C
mathed67.diff
[features.git] / src / mathed / math_spaceinset.C
index 90652b45a4616f1342abeb547b7a92151e3fc05e..ce715e133a0d03ffd8d2258cab5224a82caae112 100644 (file)
@@ -52,7 +52,7 @@ void MathSpaceInset::Write(ostream & os, bool /* fragile */)
 
 void MathSpaceInset::WriteNormal(ostream & os)
 {
-       os << "{space " << space_ << "} ";
+       os << "[space " << space_ << "] ";
 }