We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c7203 commit 627abc1Copy full SHA for 627abc1
lib/common/entities.browser.js
@@ -2,6 +2,6 @@ var textarea;
2
3
export function decodeEntity(name) {
4
textarea = textarea || document.createElement('textarea');
5
- textarea.innerHTML = '&' + name;
+ textarea.innerHTML = '&' + name + ';';
6
return textarea.value;
7
}
0 commit comments