summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-07-24 10:51:48 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-07-24 10:51:48 -0400
commite7c2d52b8ed2e31e2e99b68ccbe1423ad4ffa353 (patch)
treebfaa3bcf6138aaf3cec080612c3fd413edd070e2 /src
parent392d8e89996967e8693167afd28eadf96fdcd904 (diff)
<image>
Diffstat (limited to 'src')
-rw-r--r--src/monoize.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monoize.sml b/src/monoize.sml
index 06a5060c..337e198c 100644
--- a/src/monoize.sml
+++ b/src/monoize.sml
@@ -3258,6 +3258,7 @@ fun monoExp (env, st, fm) (all as (e, loc)) =
end
| "submit" => normal ("input type=\"submit\"", NONE, NONE)
+ | "image" => normal ("input type=\"image\"", NONE, NONE)
| "button" => normal ("input type=\"submit\"", NONE, NONE)
| "hidden" => input "hidden"