diff options
author | Jake Leahy <jake@leahy.dev> | 2022-06-19 15:36:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 07:36:33 +0200 |
commit | dd4cc266cd39d7cecfd7215e683b0c6499fc4a36 (patch) | |
tree | 04ba11b015a8638f090c8b93b9b50129b7d9729c /nimdoc/test_out_index_dot_html/expected | |
parent | 332aa0af75baf328416068459931d5a6e4292d34 (diff) | |
download | Nim-dd4cc266cd39d7cecfd7215e683b0c6499fc4a36.tar.gz |
Fixes #19900 (#19906)
Fixed tocRoot placement
Diffstat (limited to 'nimdoc/test_out_index_dot_html/expected')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html index 0c0dc2268..43285db6b 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -49,7 +49,6 @@ <option value="type">Type</option> </select> </div> - <div id="tocRoot"></div> <ul class="simple simple-toc" id="toc-list"> <li> <details open> @@ -69,6 +68,7 @@ </div> <div class="nine columns" id="content"> + <div id="tocRoot"></div> <p class="module-desc"></p> <div class="section" id="12"> |