Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 2873944

Browse files
committed
Softbreak symbol id in dl
1 parent f4b36f8 commit 2873944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-doc/Supporting Types/Pages/HomePage.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct HomePage: Page {
113113
return #"""
114114
<dt class="\#(descriptor)">
115115
<a href=\#(path(for: symbol)) title="\#(descriptor) - \#(symbol.id.description)">
116-
\#(symbol.id.description)
116+
\#(softbreak(symbol.id.description))
117117
</a>
118118
</dt>
119119
<dd>

0 commit comments

Comments
 (0)