Fix #549 after test
This commit is contained in:
@ -193,7 +193,7 @@ function decodeHtmlEntities(htmlStr){
|
||||
decodeHtmlEntities.element = element;
|
||||
}
|
||||
element.innerHTML = htmlStr;
|
||||
return textarea.value;
|
||||
return element.value;
|
||||
}
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user