diff --git a/inc/formanswer.class.php b/inc/formanswer.class.php index 959abc6c6..3b73421bd 100644 --- a/inc/formanswer.class.php +++ b/inc/formanswer.class.php @@ -526,9 +526,9 @@ public function showForm($ID, $options = []) { echo ''; // Form Header - if (!empty($this->fields['content'] || !empty($form->getExtraHeader()))) { + if (!empty($form->fields['content']) || !empty($form->getExtraHeader())) { echo '
'; - echo html_entity_decode($this->fields['content']); + echo html_entity_decode($form->fields['content']); echo html_entity_decode($form->getExtraHeader()); echo '
'; }