From 756c6bb4088f0176600af07e0934d8477bf37108 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Thu, 24 Dec 2020 20:18:38 +0100 Subject: [PATCH] fix using id for toggle --- system/templates/items/advancement/advancement-entry.html | 4 ++-- system/templates/items/armor/armor-entry.html | 4 ++-- system/templates/items/item/item-entry.html | 4 ++-- system/templates/items/peculiarity/peculiarity-entry.html | 4 ++-- system/templates/items/property/property-entry.html | 4 ++-- system/templates/items/technique/technique-entry.html | 4 ++-- system/templates/items/weapon/weapon-entry.html | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) 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