diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-06-09 18:26:03 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-06-09 18:26:03 -0400 |
commit | 8023f94ecb26116e00e1fcd25a6bd821e998ea4a (patch) | |
tree | 4c761842092c3a2ac0e28f8cc68774ee0ea4279e /src | |
parent | bfd2078718f36c183fec56972e902bda785256ea (diff) |
Remove special treatment of <button>
Diffstat (limited to 'src')
-rw-r--r-- | src/monoize.sml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monoize.sml b/src/monoize.sml index f7344fed..6572b2ac 100644 --- a/src/monoize.sml +++ b/src/monoize.sml @@ -3650,7 +3650,6 @@ fun monoExp (env, st, fm) (all as (e, loc)) = | "submit" => normal ("input type=\"submit\"", NONE) | "image" => normal ("input type=\"image\"", NONE) - | "button" => normal ("input type=\"submit\"", NONE) | "hidden" => input "hidden" | "textbox" => |