From 51aafe1d055d98a162db6c9b63effbf566c6de9d Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 21 Nov 2024 16:21:20 +0100 Subject: [PATCH] frontend: fix missing attributes --- frontend/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c3f7689e4a..3ac8d0811f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -725,7 +725,7 @@

User Cases

img.loading = "lazy"; img.style.maxWidth = "640px"; img.style.width = "100%"; - //img.alt = val.title; + img.alt = val.title; anchor.innerHTML = ''; anchor.appendChild(img); @@ -753,7 +753,7 @@

User Cases

} - + ${val.title}