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
|
||||
( return (cid:l)
|
||||
, do
|
||||
_ <- A8.char ' '
|
||||
_ <- A8.char ':'
|
||||
valueparser (cid:l)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue