mirror of
https://github.com/danneu/html-parser.git
synced 2024-11-28 22:32:00 +03:00
Fix pretty string
This commit is contained in:
parent
980e8c27cd
commit
db2674df76
@ -755,6 +755,7 @@ openTagToString tag attrs =
|
||||
)
|
||||
attrs
|
||||
|> String.join " "
|
||||
|> (\s -> " " ++ s)
|
||||
)
|
||||
++ ">"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user