]> git.lyx.org Git - features.git/commitdiff
Properly terminate command.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Aug 2019 05:32:57 +0000 (07:32 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Aug 2019 05:32:57 +0000 (07:32 +0200)
This amends 1c2700eb1132.

src/insets/InsetGraphics.cpp

index b603d2c5fda9d7fc6ef53389f232eb3ae5ff5dcb..b7b965025b63645e17d1f50595bdfd54ca0915be 100644 (file)
@@ -849,7 +849,7 @@ void InsetGraphics::latex(otexstream & os,
                                // Turkish and Latin activate = (#2005).
                                // Deactivate locally for keyval option parsing
                                before = "\\begingroup\\catcode`\\=12";
-                               after = "\\endgroup";
+                               after = "\\endgroup ";
                                break;
                        }
                }