summary refs log tree commit diff
path: root/html.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 20:38:05 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 20:38:05 -0400
commit804d8c900591925a62c2017d69095ecf8610c2bc (patch)
tree40dda679219988014cb6bd9ef5e9ac6bbe312c43 /html.c
parentAdd basic messages to table and attempt to style (diff)
downloadscooper-804d8c900591925a62c2017d69095ecf8610c2bc.tar.gz
scooper-804d8c900591925a62c2017d69095ecf8610c2bc.zip
Fix hidden form fields
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index 37e52b3..9386205 100644
--- a/html.c
+++ b/html.c
@@ -115,8 +115,7 @@ htmlNav(struct khtmlreq *html, const char *network, const char *context) {
 			KATTR_TYPE, "submit",
 			KATTR_VALUE, label,
 			KATTR__MAX
-		)
-		|| khtml_closeelem(html, 1);
+		);
 	if (error) return error;
 
 	if (network) {