forgot to change list delimiter in parser
This commit is contained in:
parent
f957f64278
commit
b0fe4916b7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ parseContentIdentifierList = reverse . catMaybes <$> valueparser []
|
||||||
ifM A8.atEnd
|
ifM A8.atEnd
|
||||||
( return (cid:l)
|
( return (cid:l)
|
||||||
, do
|
, do
|
||||||
_ <- A8.char ' '
|
_ <- A8.char ':'
|
||||||
valueparser (cid:l)
|
valueparser (cid:l)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue