Updated Branches: refs/heads/master 1944276fe -> f55fc9737
Fix quick search from non-top level articles. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f55fc973 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f55fc973 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f55fc973 Branch: refs/heads/master Commit: f55fc9737405c2e8bd868a1fb3321922b51394ca Parents: 1944276 Author: Alexander Shorin <[email protected]> Authored: Mon Oct 14 15:24:50 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Mon Oct 14 15:24:50 2013 +0400 ---------------------------------------------------------------------- share/doc/templates/searchbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f55fc973/share/doc/templates/searchbox.html ---------------------------------------------------------------------- diff --git a/share/doc/templates/searchbox.html b/share/doc/templates/searchbox.html index e37e7ef..a23ba13 100644 --- a/share/doc/templates/searchbox.html +++ b/share/doc/templates/searchbox.html @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. <h3>Quick Search</h3> -<form class="search" action="search.html" method="get"> +<form class="search" action="{{ pathto('search') }}" method="get"> <input type="text" name="q"> <input type="submit" value="Go"> <input type="hidden" name="check_keywords" value="yes">
