#10162 fixed entities in special days
This commit is contained in:
parent
293d067a4d
commit
8475e5fbf6
pandora_console/views/calendar
|
@ -140,7 +140,7 @@ $inputs[] = [
|
|||
'type' => 'textarea',
|
||||
'name' => 'description',
|
||||
'required' => false,
|
||||
'value' => $specialDay->description(),
|
||||
'value' => io_safe_output($specialDay->description()),
|
||||
'rows' => 50,
|
||||
'columns' => 30,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue