From 23c39520e5849831647e4b432937a07fcfee6ae4 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 26 Apr 2025 17:42:49 +0100 Subject: [PATCH] =?UTF-8?q?Added=20empty=20alt=20tags=20to=20images=20sinc?= =?UTF-8?q?e=20we=20don=E2=80=99t=20have=20additional=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 1e3264e0d5..6ff9e13b5d 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -842,7 +842,7 @@ function auditImageFormatter(value){ if (value){ - return '' + return '' } } @@ -872,7 +872,7 @@ function fileUploadFormatter(value) { if ((value) && (value.url) && (value.inlineable)) { - return ''; + return ''; } else if ((value) && (value.url)) { return ''; }