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/rst2html/expected | |
parent | 332aa0af75baf328416068459931d5a6e4292d34 (diff) | |
download | Nim-dd4cc266cd39d7cecfd7215e683b0c6499fc4a36.tar.gz |
Fixes #19900 (#19906)
Fixed tocRoot placement
Diffstat (limited to 'nimdoc/rst2html/expected')
-rw-r--r-- | nimdoc/rst2html/expected/rst_examples.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/rst2html/expected/rst_examples.html b/nimdoc/rst2html/expected/rst_examples.html index 532917055..efc8ac414 100644 --- a/nimdoc/rst2html/expected/rst_examples.html +++ b/nimdoc/rst2html/expected/rst_examples.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><a class="reference" id="about-this-document_toc" href="#about-this-document">About this document</a></li> <ul class="simple"><li><a class="reference" id="about-this-document-encoding_toc" href="#about-this-document-encoding">Encoding</a></li> @@ -75,6 +74,7 @@ </div> <div class="nine columns" id="content"> + <div id="tocRoot"></div> <p class="module-desc"><table class="docinfo" frame="void" rules="none"><col class="docinfo-name" /><col class="docinfo-content" /><tbody valign="top"><tr><th class="docinfo-name">Authors:</th><td>Andreas Rumpf, Zahary Karadjov</td></tr> <tr><th class="docinfo-name">Version:</th><td>|nimversion|</td></tr> |