diff options
Diffstat (limited to 'contexts.c')
-rw-r--r-- | contexts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contexts.c b/contexts.c index bf5811f..b81c515 100644 --- a/contexts.c +++ b/contexts.c @@ -57,8 +57,7 @@ enum kcgi_err pageContexts(struct kreq *req) { || khttp_body(req) || khtml_open(&html, req, KHTML_PRETTY) || htmlHead(&html, network) - || htmlNav(&html, network, NULL) - || htmlSearch(&html, network, NULL); + || htmlNav(&html, network, NULL); if (error) return error; dbBindText(stmt.contexts, ":network", network); |