Skip to content

Commit

Permalink
Merge pull request #117 from BuildFire/fix/wysiwyg-widget-rendering
Browse files Browse the repository at this point in the history
fix(widget)
  • Loading branch information
mas-iota authored Feb 6, 2024
2 parents 9258372 + f058e78 commit 894e76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/controllers/widget.home.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

var changeTarget = function (description) {

var tempElement = document.createElement('html');
var tempElement = document.createElement('div');
tempElement.innerHTML = description;

var links = tempElement.getElementsByTagName('a');
Expand Down

0 comments on commit 894e76b

Please sign in to comment.