fixed minor error

Former-commit-id: 5025e19699e773afee950a31bdceeeb0eb4bc47d
This commit is contained in:
daniel 2019-03-07 14:52:31 +01:00
parent fadf75a626
commit cfcb427676

View File

@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text(
$max_critical, $max_critical,
'', '',
5, 5,
1024, 15,
true true
).'</span>'; ).'</span>';
$table->data[5][1] .= '<span id="string_critical"><em>'.__('Str.').' </em>&nbsp;'; $table->data[5][1] .= '<span id="string_critical"><em>'.__('Str.').' </em>&nbsp;';
@ -225,7 +225,7 @@ $table->data[5][1] .= html_print_input_text(
$str_critical, $str_critical,
'', '',
5, 5,
64, 1024,
true true
).'</span>'; ).'</span>';
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>'; $table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';