diff --git a/godoc/search.go b/godoc/search.go index ff3f2beb..63d9e76d 100644 --- a/godoc/search.go +++ b/godoc/search.go @@ -110,7 +110,7 @@ func (p *Presentation) HandleSearch(w http.ResponseWriter, r *http.Request) { var title string if haveResults := contents.Len() > 0; haveResults { - title = fmt.Sprintf(`Results for query %q`, query) + title = fmt.Sprintf(`Results for query: %v`, query) if !p.Corpus.IndexEnabled { result.Alert = "" }