summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/rdhtml.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-09-23 16:12:27 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-09-23 16:12:27 +0200
commitcec4e59dee19b398d95bc6e0d8ece2acdd0c8d84 (patch)
tree423260bd96b1d8e4f5934b99533e362f883835b7 /sys/src/cmd/mothra/rdhtml.c
parenta8fdcbf3a2e100f1e8f2ee30bead4d0ed0172b41 (diff)
mothra: button tag, email input type
Diffstat (limited to 'sys/src/cmd/mothra/rdhtml.c')
-rw-r--r--sys/src/cmd/mothra/rdhtml.c1
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: