summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 7975aab..6d4f15d 100644
--- a/html.c
+++ b/html.c
@@ -491,6 +491,7 @@ enum kcgi_err htmlIRC(struct khtmlreq *html, const char *str) {
 		if (!*str) break;
 		switch (*str++) {
 			break; case '\2':  style.b ^= true;
+			break; case '\17': style = Default;
 			break; case '\26': style.r ^= true;
 			break; case '\35': style.i ^= true;
 			break; case '\37': style.u ^= true;