Fix pretty string

This commit is contained in:
Dan Neumann 2022-05-17 03:16:28 -05:00
parent 980e8c27cd
commit db2674df76

View File

@ -755,6 +755,7 @@ openTagToString tag attrs =
)
attrs
|> String.join " "
|> (\s -> " " ++ s)
)
++ ">"