mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Amend 3698281943
for the sake of the (not exceptionally bright) layout test
This commit is contained in:
parent
a635e461a1
commit
4ba94f74a5
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user