Add support for HTML Tags within form popovers (#1192)
Fixes showing `<br/>` in some places
This commit is contained in:
parent
aa7e340113
commit
ff7c0b6db3
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class Text extends \Formal\Element {
|
|||
|
||||
$popover = " title=\"" . htmlspecialchars($aPopover["title"]) . "\" ";
|
||||
$popover .= " data-content=\"" . htmlspecialchars($aPopover["content"]) . "\" ";
|
||||
$popover .= " data-html=\"true\"";
|
||||
}
|
||||
|
||||
$sHtml = <<<HTML
|
||||
|
|
Loading…
Add table
Reference in a new issue