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, 5 insertions, 1 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index a6af8aa3..4738f7f3 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -1342,7 +1342,11 @@ xmlOne : NOTAGS (EApp ((EVar (["Basis"], "cdata", Infer)
(if ErrorMsg.anyErrors () then
()
else
- ErrorMsg.errorAt pos "Begin and end tags don't match.";
+ ErrorMsg.errorAt pos ("Begin tag <"
+ ^ #1 (#1 tag)
+ ^ "> and end tag </"
+ ^ et
+ ^ "> don't match.");
(EWild, pos))
end)
| LBRACE eexp RBRACE (eexp)