diff options
Diffstat (limited to 'src/monoize.sml')
-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" => |