Fixed shadowing warning.
This commit is contained in:
parent
d5f67829dc
commit
729911ad74
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ fromEntities ('&':xs) =
|
|||
(zs,';':ys) -> (zs,ys)
|
||||
(zs, ys) -> (zs,ys)
|
||||
ent' = case ent of
|
||||
'#':'X':xs -> '#':'x':xs -- workaround tagsoup bug
|
||||
'#':'X':ys -> '#':'x':ys -- workaround tagsoup bug
|
||||
'#':_ -> ent
|
||||
_ -> ent ++ ";"
|
||||
|
||||
|
|
Loading…
Reference in a new issue