diff --git a/templates/sheets/character/description.hbs b/templates/sheets/character/description.hbs index b8dd005..a4d0a82 100644 --- a/templates/sheets/character/description.hbs +++ b/templates/sheets/character/description.hbs @@ -35,7 +35,7 @@
{{localize "midgard5.description"}}

-
{{editor content=data.info.description target="data.info.description" button=true owner=owner editable=editable}}
+
{{editor data.info.description target="data.info.description" button=true owner=owner editable=editable}}
@@ -43,7 +43,7 @@
{{localize "midgard5.background"}}

-
{{editor content=data.info.background target="data.info.background" button=true owner=owner editable=editable}}
+
{{editor data.info.background target="data.info.background" button=true owner=owner editable=editable}}