mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Remove indentation from option description
This commit is contained in:
parent
ce70c52557
commit
83dca03a27
@ -48,7 +48,7 @@ static struct option_info ecmascript_options[] = {
|
||||
INIT_OPT_BOOL("ecmascript", N_("Ignore <noscript> content"),
|
||||
"ignore_noscript", 0, 0,
|
||||
N_("Whether to ignore content enclosed by the <noscript> tag\n"
|
||||
" when ECMAScript is enabled.")),
|
||||
"when ECMAScript is enabled.")),
|
||||
|
||||
INIT_OPT_INT("ecmascript", N_("Maximum execution time"),
|
||||
"max_exec_time", 0, 1, 3600, 5,
|
||||
|
Loading…
Reference in New Issue
Block a user