summary refs log tree commit diff
path: root/contexts.c
diff options
context:
space:
mode:
Diffstat (limited to 'contexts.c')
-rw-r--r--contexts.c1
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;
 
as hub if it existsJune McEnroe 2013-09-05chruby to ruby-2.0.0June McEnroe 2013-08-14Add nvmJune McEnroe 2013-07-09Add title commandJune McEnroe 2013-06-09Use default client keysJune McEnroe 2013-06-09Run games in separate X serverJune McEnroe 2013-06-08Add game wrapper to kill/restart unclutterJune McEnroe 2013-06-08Add git configJune McEnroe