DocBook reader: Trim definition list terms.
This commit is contained in:
parent
6b783d38ea
commit
ef5c7fb4b6
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ parseBlock (Elem e) =
|
|||
$ map elContent defs
|
||||
items' <- mapM ((mconcat <$>) . mapM parseBlock)
|
||||
$ map elContent items
|
||||
return (mconcat $ intersperse (str "; ") defs', items')
|
||||
return (trimInlines $ mconcat $ intersperse (str "; ") defs', items')
|
||||
getTitle = case filterChild (named "title") e of
|
||||
Just t -> do
|
||||
tit <- getInlines t
|
||||
|
|
Loading…
Add table
Reference in a new issue