mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Bug repair (#2458)
This commit is contained in:
@@ -158,8 +158,8 @@ export const Utils = {
|
||||
|
||||
HTMLescape: function(html) {
|
||||
return document.createElement('div')
|
||||
.appendChild(document.createTextNode(html))
|
||||
.parentNode
|
||||
.innerHTML;
|
||||
.appendChild(document.createTextNode(html))
|
||||
.parentNode
|
||||
.innerHTML;
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user