fix spacing
This commit is contained in:
parent
a2fc6c9f28
commit
a7bbfd5035
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,7 @@ lang' txt₀ = case ?lang of
|
|||
Just Lántas
|
||||
| Just li@(Item {..}) <- splitItem txt₀,
|
||||
let label = Span (cls ["text"]) $ underlines title ->
|
||||
if showText then [makeItem li, label] else [makeItem li]
|
||||
if showText then [makeItem li, Str " ", label] else [makeItem li]
|
||||
_ -> underlines txt₀
|
||||
|
||||
notBrace :: Char -> Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue