Closed siva3378 closed 8 years ago
In order to fix this issue, please change the following at line number 143
el.find(".box").html();
to
el.find(".box").text();
Why no pull request? Makes my life easier.
Fixed.
In order to fix this issue, please change the following at line number 143
to