We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a0e06 commit 38b5bddCopy full SHA for 38b5bdd
document/core/util/bikeshed_fixup.py
@@ -63,7 +63,7 @@ def Main():
63
# get carried over into the resulting bikeshed output and then end up causing
64
# the W3C pubrules checker to refuse to autopublish that bikeshed output.
65
data = re.sub(r'.+?(<div class="toctree-wrapper compound">.+)',
66
- r'<!doctype HTML>\n<meta charset="utf-8">\n<body>\1',
+ r'<!doctype HTML>\n<meta charset="utf-8">\n<body><section id="webassembly-specification">\1',
67
data, flags=re.DOTALL)
68
69
# Drop spurious navigation from footer.
0 commit comments