diff --git a/.claude/skills/form-compile/scripts/form-compile.ps1 b/.claude/skills/form-compile/scripts/form-compile.ps1 index 847530c8..dbb4c6a1 100644 --- a/.claude/skills/form-compile/scripts/form-compile.ps1 +++ b/.claude/skills/form-compile/scripts/form-compile.ps1 @@ -1,4 +1,4 @@ -# form-compile v1.2 — Compile 1C managed form from JSON +# form-compile v1.3 — Compile 1C managed form from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -1127,7 +1127,7 @@ if ($def.title) { # Header X '' -X '
' +X "" # Oops — Title was emitted before header. Need to fix the order. # Actually, let me restructure: build the body into a separate buffer, then assemble @@ -1137,7 +1137,7 @@ $script:xml = New-Object System.Text.StringBuilder 8192 $script:nextId = 1 X '' -X '' +X "" # 12a. Title (from def.title or properties.title — must be multilingual XML) $formTitle = $def.title