diff --git a/templates/item_class_details.html b/templates/item_class_details.html
index 200802b..3bf9c79 100644
--- a/templates/item_class_details.html
+++ b/templates/item_class_details.html
@@ -16,9 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
UUID
|
-
- {{ item_class.id }}
- |
+ {{ item_class.id }} |
diff --git a/templates/item_details.html b/templates/item_details.html
index 294fc6d..368f80d 100644
--- a/templates/item_details.html
+++ b/templates/item_details.html
@@ -16,9 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
UUID
|
-
- {{ item.id }}
- |
+ {{ item.id }} |
|