aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/search/utils.go')
-rw-r--r--pkg/app/search/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/search/utils.go b/pkg/app/search/utils.go
index 0fa4285..6f4ac09 100644
--- a/pkg/app/search/utils.go
+++ b/pkg/app/search/utils.go
@@ -24,7 +24,7 @@ func renderSearchTemplate(w http.ResponseWriter, showThreads bool, searchQuery s
Funcs(getFuncMap()).
ParseGlob("web/templates/layout/*.tmpl")).
ParseGlob("web/templates/search/components/pagination.tmpl")).
- ParseGlob("web/templates/search/*.tmpl"))
+ ParseGlob("web/templates/search/searchresults.tmpl"))
templates.ExecuteTemplate(w, "searchresults.tmpl", buildSearchData(showThreads, searchQuery, messagesCount, currentPage, maxPages, messages))
}