Skip to content

Commit c628926

Browse files
committed
fix broken About ToHtml instance
1 parent 6110ce3 commit c628926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib/Effects/Author.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ instance ToHtml About where
163163

164164
toHtml About {..} = do
165165
h3_ $ toHtml aTitle
166-
toHtml $ renderMarkdown aBody
166+
toHtmlRaw $ renderMarkdown aBody
167167

168168
-- Class
169169

0 commit comments

Comments
 (0)