diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/data/format/xml.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/format/xml.lux b/stdlib/source/lux/data/format/xml.lux index 57af6cf37..2494fa1b8 100644 --- a/stdlib/source/lux/data/format/xml.lux +++ b/stdlib/source/lux/data/format/xml.lux @@ -177,7 +177,7 @@ ## This way, the comments can only be before or after the main document. (l;before (l;some comment^)) (l;after (l;some comment^)) - (l;after xml-header^))) + (l;after (l;opt xml-header^)))) (def: #export (read-xml input) (-> Text (Error XML)) |