From 40b1793cce0c920bc9af2a839aa167fad3ee9b6e Mon Sep 17 00:00:00 2001 From: tonyaellie Date: Wed, 30 Oct 2024 22:40:02 +0000 Subject: [PATCH] feat: sanitise translations when using v-html --- frontend/pages/tools.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/pages/tools.vue b/frontend/pages/tools.vue index c4597314..6f28cca6 100644 --- a/frontend/pages/tools.vue +++ b/frontend/pages/tools.vue @@ -40,7 +40,7 @@ -
+
@@ -57,7 +57,7 @@ {{ $t("tools.actions") }} @@ -75,13 +75,13 @@ -
+
-
+
@@ -91,6 +91,7 @@