Fix #6387: html search: failed to search document with haiku and scrolls themes

This commit is contained in:
Takeshi KOMIYA
2019-05-22 00:07:51 +09:00
parent 38aacdffdb
commit 4b86215fbf
3 changed files with 4 additions and 1 deletions

View File

@@ -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
--------

View File

@@ -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>

View File

@@ -42,7 +42,9 @@
{{ toc }}
</div>
{%- endif %}
<div role="main">
{% block body %}{% endblock %}
</div>
</div>
</div>
{% endblock %}