summary refs log tree commit diff
path: root/contexts.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contexts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contexts.c b/contexts.c
index 859fc96..be48628 100644
--- a/contexts.c
+++ b/contexts.c
@@ -67,7 +67,7 @@ enum kcgi_err contextsPage(struct kreq *req) {
 	struct khtmlreq html;
 	error = error
 		|| khttp_body(req)
-		|| khtml_open(&html, req, KHTML_PRETTY)
+		|| khtml_open(&html, req, 0)
 		|| htmlHead(&html, scope.network)
 		|| htmlNav(&html, scope);
 	if (error) return error;
commit/ui.c?h=2.0a&id=c1283ed18ad5ed04b8b66e6f2ea88101f38e9e89&follow=1'>Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe