From d0dae24e7dc0e925457924180aa275cf7ac2ae37 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Wed, 15 May 2024 09:58:16 +0200
Subject: [PATCH] messaggio d'errore se una classe non può essere caricata automaticamente (parte 91)

---
 views/Products/show.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/views/Products/show.php b/views/Products/show.php
index 39dd832..a680cdc 100644
--- a/views/Products/show.php
+++ b/views/Products/show.php
@@ -1 +1,6 @@
-Show the product with ID <?= $id ?> here
\ No newline at end of file
+<body>
+    Show the product with ID <?= $id ?> here
+</body>
+
+</html>
+

--
Gitblit v1.8.0