mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 20:43:26 +02:00
new function> escapeHtml + fix css in admin menus
This commit is contained in:
@@ -112,7 +112,7 @@ if($action == 'edit' || $action == 'new') {
|
||||
'action' => $action,
|
||||
'cl_link_form' => constant('ADMIN_URL').'?p=changelog&action=' . ($action == 'edit' ? 'edit' : 'add'),
|
||||
'cl_id' => $id ?? null,
|
||||
'body' => isset($body) ? htmlentities($body, ENT_COMPAT, 'UTF-8') : '',
|
||||
'body' => isset($body) ? escapeHtml($body) : '',
|
||||
'create_date' => $create_date ?? '',
|
||||
'player_id' => $player_id ?? null,
|
||||
'account_players' => $account_players,
|
||||
|
Reference in New Issue
Block a user