Updated Branches: refs/heads/1.5.x 90cecc20e -> 7fb151d02
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/1709957e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1709957e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1709957e Branch: refs/heads/1.5.x Commit: 1709957e8ccc25cdc5d3a282133a3fc55c7218c3 Parents: 90cecc2 Author: Alexander Shorin <[email protected]> Authored: Mon Oct 14 15:24:50 2013 +0400 Committer: Dirkjan Ochtman <[email protected]> Committed: Sun Oct 20 11:36:36 2013 +0200 ---------------------------------------------------------------------- share/doc/templates/searchbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1709957e/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">
