Added tip for notice to users for use single quotation

This commit is contained in:
José González 2021-08-27 12:49:27 +02:00
parent 72e46df88b
commit 84b8973027
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ $data[1] = html_print_input_text_extended(
$largeClassDisabledBecauseInPolicy,
true
);
$data[1] .= ui_print_help_tip(__('As far as possible, to avoid potential problems, use single quotation marks or escape double quotation marks.'), true);
$table_simple->colspan['row-cmd-row-1'][1] = 3;
push_table_simple($data, 'row-cmd-row-1');