diff --git a/templates/ability.hbs b/templates/ability.hbs index 1d0a5bc..195d5cd 100644 --- a/templates/ability.hbs +++ b/templates/ability.hbs @@ -1,5 +1,5 @@
- {{characterName}} | {{ability.label.label}} {{#if ability.old}}{{ability.old}} -> {{/if}}{{ability.value}} + {{characterName}} | {{ability.label}} {{#if ability.old}}{{ability.old}} -> {{/if}}{{ability.value}}
diff --git a/templates/proficiency.hbs b/templates/proficiency.hbs index fd737f6..b71e506 100644 --- a/templates/proficiency.hbs +++ b/templates/proficiency.hbs @@ -1,5 +1,5 @@
- {{characterName}} | {{proficiency.label.label}} - {{proficiency.value}} + {{characterName}} | {{proficiency.label}} - {{proficiency.value}}