From f424575c5c1d11a6ed10b12b9f7856116df7d79b Mon Sep 17 00:00:00 2001 From: ParzivalPavlis Date: Tue, 7 Oct 2025 15:09:55 +0200 Subject: [PATCH] fix: correct quotation marks for aria-hidden attribute in embedded-image risk: low JIRA: DP-3212 --- layouts/shortcodes/embedded-image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/embedded-image.html b/layouts/shortcodes/embedded-image.html index 2bee881..c3266aa 100644 --- a/layouts/shortcodes/embedded-image.html +++ b/layouts/shortcodes/embedded-image.html @@ -20,7 +20,7 @@ {{ else }} -{{ $alt }} + {{ end }} {{ if $caption }} @@ -38,7 +38,7 @@

{{ if $alt }}Description: {{ $alt }}. {{ end }}Your browser does not support the video tag.

{{ else }} -{{ $alt }} + {{ end }} \ No newline at end of file