diff --git a/include/class.forms.php b/include/class.forms.php index c94f5bfdea87543bb2930f932b45d8cfec4d53ce..295c465860f48f9eaf7fc9f1fc35b0ed3606c892 100644 --- a/include/class.forms.php +++ b/include/class.forms.php @@ -4131,7 +4131,7 @@ class SectionBreakWidget extends Widget { function render($options=array()) { ?><div class="form-header section-break"><h3><?php echo Format::htmlchars($this->field->getLocal('label')); - ?></h3><em><?php echo Format::htmlchars($this->field->getLocal('hint')); + ?></h3><em><?php echo Format::display($this->field->getLocal('hint')); ?></em></div> <?php }