Task #0002219: Compatibilité PHP 8.2 , 8.1 , 8.0

This commit is contained in:
sparkyx 2023-06-07 19:39:17 +02:00
parent bc11c12efd
commit 935e8a4d96
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ EOF;
function input() {
ob_start();
$v=$this->input->get_value();
$v=html_entity_decode($v);
$v=html_entity_decode($v??"");
if ( $this->input instanceof ITextarea) {
echo '<span class="" id="'.$this->input->id.'edit" >';
echo '<pre class="field_follow_up">';