Commit 6a9464a
committed
Emit the scroll-region script inside the document
The page-level script was placed after </LegalLayout>, and anything
after the layout close renders after </html> — the validator flags it as
a stray start tag, exactly like the page's pre-existing anchor-js tags.
Moved inside the layout slot, where hoisted scripts emit inside <body>.1 parent 9a9662d commit 6a9464a
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
281 | 288 | | |
282 | 289 | | |
283 | 290 | | |
| |||
287 | 294 | | |
288 | 295 | | |
289 | 296 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
0 commit comments