mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #6387: html search: failed to search document with haiku and scrolls themes
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -121,6 +121,7 @@ Bugs fixed
|
||||
* Generated Makefiles lack a final EOL (refs: #6232)
|
||||
* #6375: extlinks: Cannot escape angle brackets in link caption
|
||||
* #6378: linkcheck: Send commonly used User-Agent
|
||||
* #6387: html search: failed to search document with haiku and scrolls themes
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<div class="topnav" role="navigation" aria-label="top navigation">
|
||||
{{ nav() }}
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="content" role="main">
|
||||
{#{%- if display_toc %}
|
||||
<div id="toc">
|
||||
<h3>{{ _('Table of Contents') }}</h3>
|
||||
|
||||
@@ -42,7 +42,9 @@
|
||||
{{ toc }}
|
||||
</div>
|
||||
{%- endif %}
|
||||
<div role="main">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user