aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-package-search.cxx')
-rw-r--r--mod/mod-package-search.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/mod-package-search.cxx b/mod/mod-package-search.cxx
index 5654427..df9e3d1 100644
--- a/mod/mod-package-search.cxx
+++ b/mod/mod-package-search.cxx
@@ -86,6 +86,7 @@ handle (request& rq, response& rs)
const size_t res_page (options_->search_results ());
const dir_path& root (options_->root ());
+ const string& title (options_->search_title ());
params::package_search params;
@@ -106,8 +107,6 @@ handle (request& rq, response& rs)
? ""
: "?q=" + web::mime_url_encode (squery));
-
- static const string title ("Packages");
xml::serializer s (rs.content (), title);
s << HTML