diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 10:50:23 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 10:50:23 -0500 |
| commit | 1dc316bb6e976784bac88740fe52dbd4e998c820 (patch) | |
| tree | 6e699d2bed2ca0145768036e56839838726d31df /static/releases.html | |
| parent | c482a451c0b21c6a7a4d5fd7531aa6c66236c24b (diff) | |
move table-of-contents id to nav element
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html index c4f2f27b..a94a5926 100644 --- a/static/releases.html +++ b/static/releases.html @@ -48,10 +48,8 @@ <a href="#releases">Releases</a> </h1> - <nav> - <h2 id="table-of-contents"> - <a href="#table-of-contents">Table of contents</a> - </h2> + <nav id="table-of-contents"> + <h2><a href="#table-of-contents">Table of contents</a></h2> <ul> <li><a href="#about-the-releases">About the releases</a></li> <li><a href="#release-announcements">Release announcements</a></li> |
