summaryrefslogtreecommitdiffstats
path: root/core/src/globals.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 13:23:32 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 13:23:32 +0200
commit6c489a6d4072d5c1a81c248004ba0e66607a0393 (patch)
treecadceb1bb22e1c05a3426502fe301b29279d20d0 /core/src/globals.js
parent2507f26428873e12976c9e3b9e0a0fb7d8429fdd (diff)
downloadnextcloud-server-6c489a6d4072d5c1a81c248004ba0e66607a0393.tar.gz
nextcloud-server-6c489a6d4072d5c1a81c248004ba0e66607a0393.zip
Move to escape-html
* If there is a package that does exactly the same then lets us use that * Import it properly in the internals (less deprecation warnings) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r--core/src/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js
index eb72a9fef30..771748de0d0 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -54,7 +54,7 @@ import 'strengthify/strengthify.css'
import OC from './OC/index'
import OCP from './OCP/index'
import OCA from './OCA/index'
-import escapeHTML from './Util/escapeHTML'
+import escapeHTML from 'escape-html'
import formatDate from './Util/format-date'
import { getToken as getRequestToken } from './OC/requesttoken'
import getURLParameter from './Util/get-url-parameter'