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