From d4e9e6d34024c03b7b503b9060f0e2d5859f6cd8 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Tue, 10 Mar 2026 16:26:32 +0100 Subject: [PATCH] fix(a11y): Prevent escaping of aria-labels in QuestionLong and QuestionShort components Signed-off-by: Christian Hartmann --- src/components/Questions/QuestionLong.vue | 12 +++++++++--- src/components/Questions/QuestionShort.vue | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/Questions/QuestionLong.vue b/src/components/Questions/QuestionLong.vue index 537deb602..74bcf5886 100644 --- a/src/components/Questions/QuestionLong.vue +++ b/src/components/Questions/QuestionLong.vue @@ -13,9 +13,15 @@