From: Daniel Veillard Date: Mon, 17 Jan 2011 08:55:41 +0000 (+0800) Subject: A couple of fixes for the search PHP code X-Git-Tag: v0.8.8~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea5bccafc053f7a4f870c3fb209b4db8298853f;p=thirdparty%2Flibvirt.git A couple of fixes for the search PHP code --- diff --git a/docs/search.php b/docs/search.php index 7131062131..768e06fca3 100644 --- a/docs/search.php +++ b/docs/search.php @@ -24,7 +24,7 @@ if (! $query) { echo "

Search the documentation on Libvir.org

"; } - $scope = $_GET['scope"']; + $scope = $_GET['scope']; if ($scope == NULL) $scope = "any"; $scope = ltrim ($scope); @@ -33,7 +33,7 @@ ?>

The search service indexes the libvirt APIs and documentation as well as the libvir-list@redhat.com mailing-list archives. To use it simply provide a set of keywords:

-