diff --git a/Core/Frameworks/Formal/Element/Text.php b/Core/Frameworks/Formal/Element/Text.php index 0690ef7..713f0d6 100644 --- a/Core/Frameworks/Formal/Element/Text.php +++ b/Core/Frameworks/Formal/Element/Text.php @@ -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 = <<