aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-20 19:02:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-20 19:02:41 +0200
commit5d85c4a8d14016d6bb20750685b0502d46fce09f (patch)
tree23e883f9971923143531ea71885dbd75db920ef1
parentf4cca008bd3d2f1263c594bc9b16905e3400a640 (diff)
Bugfix: wrong title for package search page
-rw-r--r--brep/package-search.cxx2
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)