Index: htdocs/user/classes/output/myprofile/renderer.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- htdocs/user/classes/output/myprofile/renderer.php (revision dd1ba0973d7f35b616485afc482c464920c542eb) +++ htdocs/user/classes/output/myprofile/renderer.php (revision ) @@ -99,7 +99,7 @@ } $content = $node->content; $classes = $node->classes; - if (!empty($content)) { + if (isset($content)) { // There is some content to display below this make this a header. $return = \html_writer::tag('dt', $header); $return .= \html_writer::tag('dd', $content);