Fix minore aggiunta attività

This commit is contained in:
MatteoPistorello 2022-08-29 12:04:29 +02:00
parent c60c21b849
commit ca0f48c3fc
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ echo '
<div class="row">
<div class="col-md-12">
{[ "type": "ckeditor", "label": "'.tr('Richiesta').'", "name": "richiesta", "id": "richiesta_add", "required": 1, "value": "'.$richiesta.'", "extra": "style=\'max-height:80px;\'" ]}
{[ "type": "ckeditor", "label": "'.tr('Richiesta').'", "name": "richiesta", "id": "richiesta_add", "required": 1, "value": "'.htmlentities($richiesta).'", "extra": "style=\'max-height:80px;\'" ]}
</div>
</div>';