From b85efd663b593e3e48012d72367a903358af50a3 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Thu, 4 Jun 2026 23:06:32 +0200 Subject: [PATCH] fix(templates): restore missing {{/if}} closure in character-id.hbs The previous commit accidentally removed the {{/if}} that closes the {{#if system.identity.relations}} block at line 102, causing a Handlebars parse error: 'Expecting OPEN_INVERSE_CHAIN, INVERSE, OPEN_ENDBLOCK, got EOF' Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- templates/actor/character/character-id.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/actor/character/character-id.hbs b/templates/actor/character/character-id.hbs index 8da55f3..0a6e2eb 100644 --- a/templates/actor/character/character-id.hbs +++ b/templates/actor/character/character-id.hbs @@ -108,4 +108,5 @@ {{{ system.identity.relations }}} + {{/if}}