fixed entities in special days

This commit is contained in:
Daniel Cebrian 2023-01-30 17:21:20 +01:00
parent 293d067a4d
commit 8475e5fbf6
1 changed files with 1 additions and 1 deletions
pandora_console/views/calendar

View File

@ -140,7 +140,7 @@ $inputs[] = [
'type' => 'textarea',
'name' => 'description',
'required' => false,
'value' => $specialDay->description(),
'value' => io_safe_output($specialDay->description()),
'rows' => 50,
'columns' => 30,
],