From c09d5861c6cbdfc38ee533de13be3d201288cda6 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Wed, 28 Feb 2024 11:20:39 +0100 Subject: [PATCH] fix: [UI] Fix MISP logo display on object templates index --- app/View/ObjectTemplates/index.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/ObjectTemplates/index.ctp b/app/View/ObjectTemplates/index.ctp index 907587fb0..8f925ae88 100644 --- a/app/View/ObjectTemplates/index.ctp +++ b/app/View/ObjectTemplates/index.ctp @@ -83,7 +83,7 @@ foreach ($list as $template): - + Image->base64(APP . 'files/img/orgs/MISP.png') . '" alt="' . __('MISP logo') . '" width="24" height="24" style="padding-bottom:3px" onerror="this.style.display=\'none\';">';?>