summary refs log tree commit diff
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
parentAdd basic messages to table and attempt to style (diff)
downloadscooper-804d8c900591925a62c2017d69095ecf8610c2bc.tar.gz
scooper-804d8c900591925a62c2017d69095ecf8610c2bc.zip
Fix hidden form fields
Diffstat (limited to '')
-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) {
:40 -0400'>2020-09-12Move /opt/local behind /usr againJune McEnroe 2020-09-12Enable toc in cgit renderings of man pagesJune McEnroe 2020-09-11Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe 2020-09-07Add SunglassesJune McEnroe 2020-09-06Add Between the BreathsJune McEnroe 2020-09-04Open /dev/tty in nudgeJune McEnroe 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe 2020-08-29Add tweets from retweetsJune McEnroe