Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 14:31:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 14:31:00 +0300
commit277a498703b40f9a1b32548187ae8a66acf8e400 (patch)
treeaa7970eea5ff63b4398420f631abfd063679b3c0 /src/Components
parentdab815e08b457324ad26208d039b7926aa93fa91 (diff)
Switch over to escape-html package
Instead of relying on the deprecated server escapeHTML Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/Notification.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Notification.vue b/src/Components/Notification.vue
index a5f6f89..ebfb0ab 100644
--- a/src/Components/Notification.vue
+++ b/src/Components/Notification.vue
@@ -28,6 +28,7 @@
import axios from 'nextcloud-axios'
import Action from './Action'
import parser from '../richObjectStringParser'
+import escapeHTML from 'escape-html'
export default {
name: 'Notification',