diff --git a/system/templates/items/advancement/advancement-entry.html b/system/templates/items/advancement/advancement-entry.html
index 22b0190..24dfd94 100644
--- a/system/templates/items/advancement/advancement-entry.html
+++ b/system/templates/items/advancement/advancement-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ advancement.data.description }}}
+ {{{ advancement.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/armor/armor-entry.html b/system/templates/items/armor/armor-entry.html
index 3752a6d..f38fdf6 100644
--- a/system/templates/items/armor/armor-entry.html
+++ b/system/templates/items/armor/armor-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ item.data.description }}}
+ {{{ item.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/item/item-entry.html b/system/templates/items/item/item-entry.html
index c5bb150..c6e05ec 100644
--- a/system/templates/items/item/item-entry.html
+++ b/system/templates/items/item/item-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ item.data.description }}}
+ {{{ item.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/peculiarity/peculiarity-entry.html b/system/templates/items/peculiarity/peculiarity-entry.html
index 93f348e..4743df0 100644
--- a/system/templates/items/peculiarity/peculiarity-entry.html
+++ b/system/templates/items/peculiarity/peculiarity-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ peculiarity.data.description }}}
+ {{{ peculiarity.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/property/property-entry.html b/system/templates/items/property/property-entry.html
index 5919192..30ebe38 100644
--- a/system/templates/items/property/property-entry.html
+++ b/system/templates/items/property/property-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ item.data.description }}}
+ {{{ item.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/technique/technique-entry.html b/system/templates/items/technique/technique-entry.html
index d76fd91..aedaeef 100644
--- a/system/templates/items/technique/technique-entry.html
+++ b/system/templates/items/technique/technique-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ technique.data.description }}}
+ {{{ technique.data.description }}}
\ No newline at end of file
diff --git a/system/templates/items/weapon/weapon-entry.html b/system/templates/items/weapon/weapon-entry.html
index a71cd7d..355e7c8 100644
--- a/system/templates/items/weapon/weapon-entry.html
+++ b/system/templates/items/weapon/weapon-entry.html
@@ -1,4 +1,4 @@
-
+
- {{{ item.data.description }}}
+ {{{ item.data.description }}}
\ No newline at end of file