File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ <h1><a href="{{ homepage_url }}"><span class="displayText">{{ site_name }}</span
6969 < div id ="SidebarContentDiv ">
7070 < h2 > Search</ h2 >
7171 < form action ="{{ base_url }}/search.html " method ="get ">
72- < input type ="text " name ="q " class ="txtsearchbox " placeholder ="Search " />
72+ < input type ="text " id =" mkdocs-search-query " name ="q " class ="txtsearchbox " placeholder ="Search " />
7373 </ form >
7474 <!-- <div>
7575 <h2>Contributors</h2>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1 id="search">Search Results</h1>
99
1010 < form id ="content_search " action ="search.html ">
1111 < span role ="status " aria-live ="polite " class ="ui-helper-hidden-accessible "> </ span >
12- < input name ="q " id ="mkdocs- search-query " type ="text " class ="search_input search-query ui-autocomplete-input " placeholder ="Search " autocomplete ="off ">
12+ < input name ="q " id ="search " type ="text " class ="search_input search-query ui-autocomplete-input " placeholder ="Search " autocomplete ="off ">
1313 </ form >
1414
1515 < div id ="mkdocs-search-results ">
You can’t perform that action at this time.
0 commit comments