lib/gollum/frontend/templates/searchbar.mustache in gollum-2.1.2 vs lib/gollum/frontend/templates/searchbar.mustache in gollum-2.1.3
- old
+ new
@@ -1,6 +1,6 @@
<div id="searchbar">
- <form action="{{base_url}}search" method="get" id="search-form">
+ <form action="{{base_url}}/search" method="get" id="search-form">
<div id="searchbar-fauxtext">
<input type="text" name="q" id="search-query" value="Search…" autocomplete="off">
<a href="#" id="search-submit" title="Search this wiki">
<span>Search</span>
</a>
\ No newline at end of file