From ee9989c82c43428e6b91b08f1e31497b154e8d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Aug 2020 17:36:03 +0200 Subject: Rename html search module. --- module/entry-points/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/entry-points') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index fb6b2575..466860cd 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -329,7 +329,7 @@ (with-output-to-string (lambda () (sxml->xml - ((@ (output html-search) search-result-page) + ((@ (html view search) search-result-page) search-term search-result page paginator q=)))))) ;; NOTE this only handles files with extensions. Limited, but since this -- cgit v1.2.3