diff options
-rw-r--r-- | brep/package-search.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/package-search.cxx b/brep/package-search.cxx index 448a915..0e093b9 100644 --- a/brep/package-search.cxx +++ b/brep/package-search.cxx @@ -92,7 +92,7 @@ handle (request& rq, response& rs) << title; if (!squery.empty ()) - s << " " << squery.empty (); + s << " " << squery; s << ~TITLE << CSS_LINKS (path ("package-search.css"), root) |