Skip to content

Commit 68f2c52

Browse files
KixironJoshua Nelson
authored and
Joshua Nelson
committed
Don't escape the description
1 parent e8d3768 commit 68f2c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/crate/details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@
168168
{%- if details.readme -%}
169169
{{ details.readme | safe }}
170170

171-
{# If there's not a readme then attempt to display docs #}
171+
{# If there's not a readme then attempt to display the long description #}
172172
{%- elif details.rustdoc -%}
173-
{{ details.rustdoc | safe }}
173+
{{ details.rustdoc }}
174174
{%- endif -%}
175175

176176
{# If the build failed, the release isn't yanked and the release is a library #}

0 commit comments

Comments
 (0)