]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Move <algorithm> from DocIterator.h
[lyx.git] / src / mathed / InsetMath.cpp
index bddd82fe7a261df04a129cfff9f46f9fda9e2ea8..1adeec10a834f80df8728227cb92c4bacb79feae 100644 (file)
@@ -75,7 +75,7 @@ void InsetMath::writeLimits(WriteStream & os) const
                os << "\\limits";
                os.pendingSpace(true);
        } else if (limits() == NO_LIMITS) {
-               os << "\\nolimits ";
+               os << "\\nolimits";
                os.pendingSpace(true);
        }
 }