From 87f73ddbc05b38113cb501aad4480490f6604704 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Jul 2020 19:21:28 -0400 Subject: Add search forms --- contexts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contexts.c') diff --git a/contexts.c b/contexts.c index 7adfa34..c75202a 100644 --- a/contexts.c +++ b/contexts.c @@ -41,6 +41,7 @@ enum kcgi_err pageContexts(struct kreq *req) { || khtml_open(&html, req, KHTML_PRETTY) || htmlHead(&html, network) || htmlNav(&html, network, NULL) + || htmlSearch(&html, network, NULL) || khtml_elem(&html, KELEM_UL); if (error) return error; -- cgit 1.4.1