Skip to content

Commit

Permalink
Add support for HTML Tags within form popovers (#1192)
Browse files Browse the repository at this point in the history
Fixes showing `<br/>` in some places
  • Loading branch information
N0W0RK committed Jul 15, 2023
1 parent aa7e340 commit ff7c0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Frameworks/Formal/Element/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function render() {

$popover = " title=\"" . htmlspecialchars($aPopover["title"]) . "\" ";
$popover .= " data-content=\"" . htmlspecialchars($aPopover["content"]) . "\" ";
$popover .= " data-html=\"true\"";
}

$sHtml = <<<HTML
Expand Down

0 comments on commit ff7c0b6

Please sign in to comment.