1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00

Remove indentation from option description

This commit is contained in:
Jonas Fonseca 2005-11-27 07:29:36 +01:00 committed by Jonas Fonseca
parent ce70c52557
commit 83dca03a27

View File

@ -48,7 +48,7 @@ static struct option_info ecmascript_options[] = {
INIT_OPT_BOOL("ecmascript", N_("Ignore <noscript> content"), INIT_OPT_BOOL("ecmascript", N_("Ignore <noscript> content"),
"ignore_noscript", 0, 0, "ignore_noscript", 0, 0,
N_("Whether to ignore content enclosed by the <noscript> tag\n" 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"), INIT_OPT_INT("ecmascript", N_("Maximum execution time"),
"max_exec_time", 0, 1, 3600, 5, "max_exec_time", 0, 1, 3600, 5,