diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-26 08:46:25 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-26 08:46:25 -0500 |
commit | 0bc86f33a7812d38240071378f938ec36a89a6b4 (patch) | |
tree | bea9c98934bf043ac30f998f268f0d772a68ece7 /src | |
parent | 7ed5deb4aa0f7c9a61133a489f0d00e73d95c225 (diff) |
<img> has dimensions and needs special HTML handling
Diffstat (limited to 'src')
-rw-r--r-- | src/monoize.sml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/monoize.sml b/src/monoize.sml index bda6cfe4..cc239632 100644 --- a/src/monoize.sml +++ b/src/monoize.sml @@ -47,7 +47,8 @@ val singletons = SS.addList (SS.empty, "p", "hr", "input", - "button"]) + "button", + "img"]) val dummyTyp = (L'.TDatatype (0, ref (L'.Enum, [])), E.dummySpan) |