fix bugs
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-11 18:39:42 +00:00
parent d58978cfa2
commit c2bdfeceee
2 changed files with 0 additions and 2 deletions

View File

@ -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;
?>
<div class="row">
<div class="col-xs-12 col-md-6">
<section class="portlet">

View File

@ -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;
?>
<div class="portlet-body">
<img height="100%" width="100%" src="Web/Backend/img/under_construction.svg">
</div>