diff options
| author | Rapptz <[email protected]> | 2020-12-21 03:18:47 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-21 03:18:47 -0500 |
| commit | 66ede7c5a09d5d8a6ace3b6cba0046e561dacfb7 (patch) | |
| tree | 0fd04803265d94df4a1a8fd86b98d3d0ddaf19a8 /docs/_templates/layout.html | |
| parent | Fix constructor colours being off in dark mode (diff) | |
| download | discord.py-66ede7c5a09d5d8a6ace3b6cba0046e561dacfb7.tar.xz discord.py-66ede7c5a09d5d8a6ace3b6cba0046e561dacfb7.zip | |
Fix search highlighting not working
Diffstat (limited to 'docs/_templates/layout.html')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index d4571f7c..946cb891 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -115,7 +115,7 @@ </div> </aside> {#- The actual body of the contents #} - <main class="grid-item"> + <main class="grid-item" role="main"> {% block body %} {% endblock %} </main> {%- block footer %} |