Amend 3698281943 for the sake of the (not exceptionally bright) layout test

This commit is contained in:
Juergen Spitzmueller 2023-12-03 10:36:59 +01:00
parent a635e461a1
commit 4ba94f74a5

View 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())