* Output text with html.

This commit is contained in:
tianshujie
2023-08-01 15:57:33 +08:00
parent d92366fd5a
commit 45b60be9f5
+1 -1
View File
@@ -27,7 +27,7 @@ class formLabel extends wg
setClass('form-label', $required ? 'required' : null),
set('for', $for),
set($this->getRestProps()),
$text,
html($text),
$this->children(),
);
}