From 9016777496063e771908af7f9b43e5c2148c1d33 Mon Sep 17 00:00:00 2001 From: Gemini Date: Thu, 14 May 2026 20:47:23 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Kategorie-Badges=20Schriftfarbe=20auf=20?= =?UTF-8?q?Wei=C3=9F=20mit=20schwarzer=20Outline=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/articles.php | 2 +- src/packing_list_detail.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/articles.php b/src/articles.php index afb3108..f8ad572 100644 --- a/src/articles.php +++ b/src/articles.php @@ -431,7 +431,7 @@ document.addEventListener('DOMContentLoaded', function () {
${article.name}
${metaText}
${new Intl.NumberFormat('de-DE').format(article.weight_grams)} g | ${quantityBadge}
-
${catName}
+
${catName}
${productLink} ${actionButtons} diff --git a/src/packing_list_detail.php b/src/packing_list_detail.php index 4438638..1c6c958 100644 --- a/src/packing_list_detail.php +++ b/src/packing_list_detail.php @@ -276,7 +276,7 @@ function render_item_row($item, $level, $items_by_parent) { echo ''; if ($item['category_name'] !== 'Sonstiges' && !empty($item['category_name'])) { - echo '' . htmlspecialchars($item['category_name']) . ''; + echo '' . htmlspecialchars($item['category_name']) . ''; } else { echo '---'; }