From c2bdfeceee687dd025ba94ee166650659b4be3b0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 11 Mar 2025 18:39:42 +0000 Subject: [PATCH] fix bugs --- Theme/Backend/layout-item.tpl.php | 1 - Theme/Backend/layout-view.tpl.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Theme/Backend/layout-item.tpl.php b/Theme/Backend/layout-item.tpl.php index 6b99fd0..1d4f2a0 100644 --- a/Theme/Backend/layout-item.tpl.php +++ b/Theme/Backend/layout-item.tpl.php @@ -35,7 +35,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example // Generate the data URI for the inline image $inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64; ?> -
diff --git a/Theme/Backend/layout-view.tpl.php b/Theme/Backend/layout-view.tpl.php index b28fa5e..e326739 100644 --- a/Theme/Backend/layout-view.tpl.php +++ b/Theme/Backend/layout-view.tpl.php @@ -38,7 +38,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example // Generate the data URI for the inline image $inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64; ?> -
\ No newline at end of file