mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed minor bug: entities in module name
This commit is contained in:
parent
95678f706b
commit
b372bcabac
@ -148,7 +148,7 @@ $table_simple->colspan[6][1] = 3;
|
|||||||
|
|
||||||
$table_simple->data[0][0] = __('Name');
|
$table_simple->data[0][0] = __('Name');
|
||||||
$table_simple->data[0][1] = html_print_input_text_extended ('name',
|
$table_simple->data[0][1] = html_print_input_text_extended ('name',
|
||||||
io_safe_input(html_entity_decode($name)), 'text-name', '', 45, 100, $disabledBecauseInPolicy, '', $largeClassDisabledBecauseInPolicy, true);
|
io_safe_input(html_entity_decode($name, ENT_QUOTES, "UTF-8")), 'text-name', '', 45, 100, $disabledBecauseInPolicy, '', $largeClassDisabledBecauseInPolicy, true);
|
||||||
//$table_simple->data[0][1] = html_print_input_text ('name',
|
//$table_simple->data[0][1] = html_print_input_text ('name',
|
||||||
// io_safe_output($name), '', 45, 100, true, $disabledBecauseInPolicy);
|
// io_safe_output($name), '', 45, 100, true, $disabledBecauseInPolicy);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user