summary refs log tree commit diff
path: root/networks.c
diff options
context:
space:
mode:
Diffstat (limited to 'networks.c')
-rw-r--r--networks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networks.c b/networks.c
index 15ca95d..a81722c 100644
--- a/networks.c
+++ b/networks.c
@@ -37,6 +37,7 @@ enum kcgi_err pageNetworks(struct kreq *req) {
 		|| khtml_open(&html, req, KHTML_PRETTY)
 		|| htmlHead(&html, "Networks")
 		|| htmlNav(&html, NULL, NULL)
+		|| htmlSearch(&html, NULL, NULL)
 		|| khtml_elem(&html, KELEM_UL);
 	if (error) return error;