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