diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2011-11-06 15:19:02 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2011-11-06 15:19:02 +0100 |
commit | 183a08bc9529b372e20600ad9898565ff3e55201 (patch) | |
tree | f8e106ccf794f89881b5a91a62b5b42dfc39792b /sys/src/cmd/mothra/html.h | |
parent | 409ed0d9661cd101cd3d9a342e862a46cd3b0c3a (diff) |
mothra: support <video>, <object>, <input type=password> and <meta http-equiv=refresh>
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index f9d4926ad..ad287ef8b 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -178,6 +178,8 @@ enum{ Tag_table, /* rm 3.8.00 */ Tag_td, Tag_tr, + Tag_video, + Tag_object, Tag_script, Tag_style, Tag_end, /* also used to indicate unrecognized start tag */ |