mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed quot string
This commit is contained in:
parent
73cd0fd17e
commit
740a82253a
@ -446,7 +446,7 @@ $data[1] = html_print_input_text_extended(
|
|||||||
$data[1] .= ui_print_help_tip(
|
$data[1] .= ui_print_help_tip(
|
||||||
__(
|
__(
|
||||||
'Please use single quotation marks when necessary. '."\n".'
|
'Please use single quotation marks when necessary. '."\n".'
|
||||||
If double quotation marks are needed, please escape them with a backslash (")'
|
If double quotation marks are needed, please escape them with a backslash (\")'
|
||||||
),
|
),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user