summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/monoize.sml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/monoize.sml b/src/monoize.sml
index d324b235..e07c0c90 100644
--- a/src/monoize.sml
+++ b/src/monoize.sml
@@ -90,7 +90,12 @@ val singletons = SS.addList (SS.empty,
"hr",
"input",
"button",
- "img"])
+ "img",
+ "base",
+ "meta",
+ "param",
+ "area",
+ "col"])
val dummyTyp = (L'.TDatatype (0, ref (L'.Enum, [])), E.dummySpan)