]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / formulamacro.C
index 303cb7049044f092edb6d15bb3f0b1bbdc98f48b..092ccb976eb3031acee6743d07d7f5ecf7f72366 100644 (file)
@@ -69,7 +69,7 @@ auto_ptr<InsetBase> InsetFormulaMacro::clone() const
 
 void InsetFormulaMacro::write(Buffer const &, ostream & os) const
 {
-       os << "FormulaMacro ";
+       os << "FormulaMacro\n";
        WriteStream wi(os, false, false);
        tmpl()->write(wi);
 }