From bce8687fb2b32716f18d65d063b42ef0469aff91 Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Sun, 26 May 2019 17:36:29 +0200 Subject: [PATCH] added icon to list entries --- cont/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cont/list.php b/cont/list.php index 32fc1c4..35e0a15 100644 --- a/cont/list.php +++ b/cont/list.php @@ -32,6 +32,7 @@ print_r("
"); print_r("
$item->Anzahl $item->Einheit
"); print_r("
$item->Name
"); + print_r("
"); print_r(""); } ?>