diff src/monoize.sml @ 1517:27b8c0a460cf

<image>
author Adam Chlipala <adam@chlipala.net>
date Sun, 24 Jul 2011 10:51:48 -0400
parents f561025bb68e
children a99b743a3087
line wrap: on
line diff
--- a/src/monoize.sml	Sat Jul 23 16:27:04 2011 -0400
+++ b/src/monoize.sml	Sun Jul 24 10:51:48 2011 -0400
@@ -3258,6 +3258,7 @@
                      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"