summary refs log tree commit diff
path: root/networks.c
diff options
context:
space:
mode:
Diffstat (limited to 'networks.c')
-rw-r--r--networks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networks.c b/networks.c
index f860efc..f2f059a 100644
--- a/networks.c
+++ b/networks.c
@@ -53,7 +53,7 @@ enum kcgi_err networksPage(struct kreq *req) {
 	struct khtmlreq html;
 	error = error
 		|| khttp_body(req)
-		|| khtml_open(&html, req, KHTML_PRETTY)
+		|| khtml_open(&html, req, 0)
 		|| htmlHead(&html, "Litterbox")
 		|| htmlNav(&html, scope);
 	if (error) return error;
e McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe