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
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text(
$max_critical,
'',
5,
1024,
15,
true
).'</span>';
$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,
'',
5,
64,
1024,
true
).'</span>';
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';