Add support for HTML Tags within form popovers (#1192)

Fixes showing `<br/>` in some places
This commit is contained in:
N0W0RK 2023-07-15 16:13:47 +02:00 committed by GitHub
parent aa7e340113
commit ff7c0b6db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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