Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1909408

Browse files
authored
Merge pull request #16021 from meeseeksmachine/auto-backport-of-pr-16007-on-v3.2.x
Backport PR #16007 on branch v3.2.x (Fix search on nested pages)
2 parents e612468 + 5fada37 commit 1909408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<li><a href="{{ pathto('tutorials/index') }}">Tutorials</a></li>
5252
<li><a href="{{ pathto('devel/index') }}">Contributing</a></li>
5353
<li class="nav-right">
54-
<form class="search" action="search.html" method="get">
54+
<form class="search" action="{{ pathto('search') }}" method="get">
5555
<input type="text" name="q" aria-labelledby="searchlabel" placeholder="Search"/>
5656
</form>
5757
</li>

0 commit comments

Comments
 (0)