summaryrefslogtreecommitdiff
path: root/src/urweb.grm
diff options
context:
space:
mode:
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index 55a38c57..a74a48c8 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -1268,6 +1268,12 @@ xmlOne : NOTAGS (EApp ((EVar (["Basis"], "cdata", Infer)
else if et = "subform" then
(EApp ((EDisjointApp (#2 (#1 tag)), pos),
xml), pos)
+ else if et = "subforms" then
+ (EApp ((EDisjointApp (#2 (#1 tag)), pos),
+ xml), pos)
+ else if et = "entry" then
+ (EApp ((EVar (["Basis"], "entry", Infer), pos),
+ xml), pos)
else
(EApp (#2 tag, xml), pos)
else