]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.C
small up/down tweaking
[lyx.git] / src / mathed / math_splitinset.C
index e7d9389cc78a06dde73e174138835924490239c8..9fb25c670b9fb48744fc24ecc3107ac9334be58c 100644 (file)
@@ -36,7 +36,7 @@ void MathSplitInset::write(WriteStream & ws) const
 {
        if (ws.fragile())
                ws << "\\protect";
-       ws << "\\begin{" << name_ << "}";
+       ws << "\\begin{" << name_ << '}';
        MathGridInset::write(ws);
        if (ws.fragile())
                ws << "\\protect";