Skip to content

Commit 389bfe5

Browse files
authored
Use +> in ToHtml (#6)
1 parent 7b36334 commit 389bfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ instance ToHtml Page where
137137
, jsRef "https://buttons.github.io/buttons.js"
138138
, script_ [] analytics
139139
, jsRef "index.js"
140-
, body_ [] [toView @Model x]
140+
, body_ [] +> x
141141
]
142142
]
143143
]

0 commit comments

Comments
 (0)