Fixed shadowing warning.
This commit is contained in:
parent
9fc72d1ff2
commit
c24b7991aa
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ toCslCite c
|
|||
("",(x:_),AuthorInText) | not (isPunct x)
|
||||
-> [Str ",",Space] ++ s
|
||||
_ -> s
|
||||
isPunct (Str (c:_)) = isPunctuation c
|
||||
isPunct (Str (x:_)) = isPunctuation x
|
||||
isPunct _ = False
|
||||
citMode = case citationMode c of
|
||||
AuthorInText -> (True, False)
|
||||
|
|
Loading…
Add table
Reference in a new issue