Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Language/PureScript/Docs/AsHtml.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ declAsHtml r d@Declaration{..} = do
h3 ! A.class_ "decl__title clearfix" $ do
a ! A.class_ "decl__anchor" ! A.href (v declFragment) $ "#"
H.span $ text declTitle
text " " -- prevent browser from treating
-- declTitle + linkToSource as one word
text "\x200b" -- Zero-width space to allow double-click selection of title
for_ declSourceSpan (linkToSource r)

H.div ! A.class_ "decl__body" $ do
Expand Down
Loading