diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 20:38:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 20:38:05 -0400 |
commit | 804d8c900591925a62c2017d69095ecf8610c2bc (patch) | |
tree | 40dda679219988014cb6bd9ef5e9ac6bbe312c43 | |
parent | Add basic messages to table and attempt to style (diff) | |
download | scooper-804d8c900591925a62c2017d69095ecf8610c2bc.tar.gz scooper-804d8c900591925a62c2017d69095ecf8610c2bc.zip |
Fix hidden form fields
Diffstat (limited to '')
-rw-r--r-- | html.c | 3 |
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) { |