This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Commit 380ffdb
Fix navbar toggler: wrap in cfoutput so ## renders as single #
The ## escape only works inside <cfoutput> blocks. Without it,
data-bs-target renders as literal "##navbarSupportedContent" in the
HTML, which Bootstrap can't match as a CSS selector. Wrapping in
<cfoutput> makes ## render as "#navbarSupportedContent" correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 73048de commit 380ffdb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
0 commit comments