diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 19:02:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 19:02:41 +0200 |
commit | 5d85c4a8d14016d6bb20750685b0502d46fce09f (patch) | |
tree | 23e883f9971923143531ea71885dbd75db920ef1 | |
parent | f4cca008bd3d2f1263c594bc9b16905e3400a640 (diff) |
Bugfix: wrong title for package search page
-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) |