From 3fe6254aa23fc4ec3b3b72f5fcbed2c7cbdc1b29 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 16 Jun 2023 16:07:02 +0200 Subject: [PATCH] Mailbox update --- include/emailinbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emailinbox.php b/include/emailinbox.php index 8dcb97e..5e8163c 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -74,7 +74,7 @@ class Emailinbox extends Renderer { $folderItems = []; var_dump($this->folder); foreach ($folders as $folder) { - $item = '
  • folder ? ' class="active-folder"' : '') . '>' . utf8_encode($folder['shortpath']) . '
  • '; + $item = '
  • folder ? ' class="active-folder"' : '') . '>' . utf8_encode($folder['shortpath']) . '
  • '; $folderItems[] = $item; } $this->content['folders'] = implode('', $folderItems);