]> git.lyx.org Git - lyx.git/commitdiff
Properly terminate command
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Aug 2019 05:30:06 +0000 (07:30 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Aug 2019 05:30:06 +0000 (07:30 +0200)
src/insets/InsetGraphics.cpp

index ab997e1ea4053b8b6e8c5581add40a8fe48d30db..873073e8acd3b8cc964c13cbc277eb2e7c0dc952 100644 (file)
@@ -851,7 +851,7 @@ void InsetGraphics::latex(otexstream & os,
                // We have a language that makes = active. Deactivate locally
                // for keyval option parsing (#2005).
                before = "\\begingroup\\catcode`\\=12";
-               after = "\\endgroup";
+               after = "\\endgroup ";
        }
 
        if (runparams.moving_arg)