diff options
Diffstat (limited to 'contexts.c')
-rw-r--r-- | contexts.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |