diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/monoize.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monoize.sml b/src/monoize.sml index e754452d..c54ab8ba 100644 --- a/src/monoize.sml +++ b/src/monoize.sml @@ -2533,6 +2533,7 @@ fun monoExp (env, st, fm) (all as (e, loc)) = | "submit" => normal ("input type=\"submit\"", NONE, NONE) | "button" => normal ("input type=\"submit\"", NONE, NONE) + | "hidden" => input "hidden" | "textbox" => (case targs of |