]> git.lyx.org Git - lyx.git/commitdiff
Amend 369828194361164 for the sake of the (not exceptionally bright) layout test
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 3 Dec 2023 09:36:59 +0000 (10:36 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 3 Dec 2023 09:36:59 +0000 (10:36 +0100)
src/Layout.cpp

index 0c62a0d4c51ec7f3861739f5b393ecf5bdcee3fa..8e54891fb9b64d834d327d4fd92403a32b97b21f 100644 (file)
@@ -1350,7 +1350,7 @@ void writeArgument(ostream & os, string const & id, Layout::latexarg const & arg
        if (!arg.tooltip.empty())
                os << "\t\tToolTip \"" << to_utf8(arg.tooltip) << "\"\n";
        if (!arg.required.empty())
-               os << "\t\tRequires \"" << arg.required << "\"\n";
+               os << "\t\tRequires " << arg.required << "\n";
        if (!arg.decoration.empty())
                os << "\t\tDecoration \"" << arg.decoration << "\"\n";
        if (!arg.newlinecmd.empty())