+
{{> systems/fvtt-pegasus-rpg/templates/partial-item-description.html}}
diff --git a/templates/item-power-sheet.html b/templates/item-power-sheet.html
index 1ee01af..016780a 100644
--- a/templates/item-power-sheet.html
+++ b/templates/item-power-sheet.html
@@ -14,15 +14,15 @@
- {{editor data.description target="system.description" button=true owner=owner editable=editable}}
+ {{editor description target="system.description" button=true owner=owner editable=editable}}
- {{editor data.effects target="system.effects" button=true owner=owner editable=editable}}
+ {{editor effects target="system.effects" button=true owner=owner editable=editable}}
- {{editor data.purchasedeffects target="system.purchasedeffects" button=true owner=owner
+ {{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner
editable=editable}}
diff --git a/templates/partial-item-description.html b/templates/partial-item-description.html
index c97c210..26c9623 100644
--- a/templates/partial-item-description.html
+++ b/templates/partial-item-description.html
@@ -2,7 +2,7 @@
- {{editor data.description target="system.description" button=true owner=owner editable=editable}}
+ {{editor description target="system.description" button=true owner=owner editable=editable}}