From 8ea5bccafc053f7a4f870c3fb209b4db8298853f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 17 Jan 2011 16:55:41 +0800 Subject: [PATCH] A couple of fixes for the search PHP code --- docs/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:

-