diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-23 16:12:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-23 16:12:27 +0200 |
commit | cec4e59dee19b398d95bc6e0d8ece2acdd0c8d84 (patch) | |
tree | 423260bd96b1d8e4f5934b99533e362f883835b7 /sys/src/cmd/mothra/rdhtml.c | |
parent | a8fdcbf3a2e100f1e8f2ee30bead4d0ed0172b41 (diff) |
mothra: button tag, email input type
Diffstat (limited to 'sys/src/cmd/mothra/rdhtml.c')
-rw-r--r-- | sys/src/cmd/mothra/rdhtml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c index 6605a27f5..121a25589 100644 --- a/sys/src/cmd/mothra/rdhtml.c +++ b/sys/src/cmd/mothra/rdhtml.c @@ -886,6 +886,7 @@ void plrdhtml(char *name, int fd, Www *dst){ break; case Tag_form: case Tag_input: + case Tag_button: case Tag_select: case Tag_option: case Tag_textarea: |