fix: [UI] Fix MISP logo display on object templates index

pull/9594/head
Jeroen Pinoy 2024-02-28 11:20:39 +01:00
parent 7cd28317de
commit c09d5861c6
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ foreach ($list as $template):
<?php
if ($template['ObjectTemplate']['fixed']):
?>
<img src="<?php echo $baseurl;?>/img/orgs/MISP.png" width="24" height="24" style="padding-bottom:3px;" />
<?php echo '<img src="' . $this->Image->base64(APP . 'files/img/orgs/MISP.png') . '" alt="' . __('MISP logo') . '" width="24" height="24" style="padding-bottom:3px" onerror="this.style.display=\'none\';">';?>
<?php
endif;
?>