Commit 9a4ae85
authored
fix: HTML quality report renders empty due to data injection mismatch (#44)
The template was refactored to use `const RAW = JSON.parse(...)` with a
normalize step, but the Python generate_html() still looked for
`const DATA` — the replace never matched, so the JSON data tag was
never injected into the HTML.1 parent efe7931 commit 9a4ae85
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- skills
- bmad-agent-builder/scripts
- bmad-workflow-builder/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
0 commit comments