Skip to content

Commit c3468fc

Browse files
forkialfonsogarciacaro
authored andcommitted
use ' '
1 parent 1ec029d commit c3468fc

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
@@ -704,10 +704,10 @@ let private renderAttrs (html:StringBuilder) (attrs: IProp seq) tag =
704704
| "textarea", DefaultValue v ->
705705
childHtml <- Some v
706706
| _, _ ->
707-
html.Append(" ") |> ignore
707+
html.Append ' ' |> ignore
708708
renderHtmlAttr html attr
709709
| :? SVGAttr as attr ->
710-
html.Append(" ")|> ignore
710+
html.Append ' ' |> ignore
711711
renderSVGAttr html attr
712712
| _ -> ()
713713

0 commit comments

Comments
 (0)