Skip to content

Commit 8bffd10

Browse files
forkialfonsogarciacaro
authored andcommitted
fix attributes
1 parent 0fc9f54 commit 8bffd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fable.React/Fable.Helpers.ReactServer.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,11 @@ let private renderAttrs (html:StringBuilder) (attrs: IProp seq) tag =
705705
| "textarea", DefaultValue v ->
706706
childHtml <- Some v
707707
| _, _ ->
708-
renderHtmlAttr html attr
709708
html.Append(" ") |> ignore
709+
renderHtmlAttr html attr
710710
| :? SVGAttr as attr ->
711-
renderSVGAttr html attr
712711
html.Append(" ")|> ignore
712+
renderSVGAttr html attr
713713
| _ -> ()
714714

715715
childHtml

0 commit comments

Comments
 (0)