type = 'fieldsetopen'; } /** * The HTML representation of this element * * @return string */ public function toHTML() { $html = '
attrs()) . '>'; $legend = $this->val(); if ($legend) $html .= DOKU_LF . '' . hsc($legend) . ''; return $html; } }