diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-04 13:23:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-04 13:23:32 +0200 |
commit | 6c489a6d4072d5c1a81c248004ba0e66607a0393 (patch) | |
tree | cadceb1bb22e1c05a3426502fe301b29279d20d0 /core/src/OC | |
parent | 2507f26428873e12976c9e3b9e0a0fb7d8429fdd (diff) | |
download | nextcloud-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/OC')
-rw-r--r-- | core/src/OC/l10n.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/OC/l10n.js b/core/src/OC/l10n.js index fd81d3282d7..ebb2c032b6a 100644 --- a/core/src/OC/l10n.js +++ b/core/src/OC/l10n.js @@ -12,6 +12,7 @@ import _ from 'underscore' import $ from 'jquery' import DOMPurify from 'dompurify' import Handlebars from 'handlebars' +import escapeHTML from 'escape-html' import OC from './index' import { |