From b6e0de8b6be40bb90b754c24fa3a80da9b791ea6 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Thu, 31 Dec 2020 20:31:40 +0100 Subject: [PATCH] Fix properties description --- system/templates/items/property/property-entry.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/items/property/property-entry.html b/system/templates/items/property/property-entry.html index 97932c2..ce6173a 100644 --- a/system/templates/items/property/property-entry.html +++ b/system/templates/items/property/property-entry.html @@ -6,7 +6,7 @@
  • {{/if}} - {{#if item.data.description}} -
    {{{ item.data.description }}}
    + {{#if item.data.data.description}} +
    {{ item.data.data.description }}
    {{/if}} \ No newline at end of file