From e7c2e8a11d50633ef947e9fdca66b8dda15ceecd Mon Sep 17 00:00:00 2001 From: Adam Cable Date: Thu, 10 Jul 2025 08:23:36 +0100 Subject: [PATCH 1/2] Add alt text to Elephants images --- js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/common.js b/js/common.js index a70f81236f..0b9f9b13ba 100644 --- a/js/common.js +++ b/js/common.js @@ -426,6 +426,7 @@ $(document).ready(function () { link.attr('href', photo.url); link.attr('title', photo.title); image = $(''); + image.attr('alt', photo.title); image.attr('src', 'data:image/jpeg;base64,' + photo.data); $(node).append(link.append(image)); } From 9160a65fce0132c019846e6b9f323d75ca2869e2 Mon Sep 17 00:00:00 2001 From: Adam Cable Date: Thu, 10 Jul 2025 08:26:30 +0100 Subject: [PATCH 2/2] Stop a 301 from http -> https --- include/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/header.inc b/include/header.inc index 2f33d64c55..71c2bf2b90 100644 --- a/include/header.inc +++ b/include/header.inc @@ -61,7 +61,7 @@ if (!isset($config["languages"])) { - +