mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Amend 369828194361164 once more
We need to trim off tabs and spaces
This commit is contained in:
parent
4ba94f74a5
commit
ac5cc01717
@ -892,7 +892,7 @@ void InsetLayout::readArgument(Lexer & lex)
|
||||
arg.tooltip = lex.getDocString();
|
||||
} else if (tok == "requires") {
|
||||
lex.eatLine();
|
||||
arg.required = lex.getString();
|
||||
arg.required = trim(lex.getString(true));
|
||||
} else if (tok == "decoration") {
|
||||
lex.next();
|
||||
arg.decoration = lex.getString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user