Skip to content

Commit

Permalink
Add full description on hover in mod page
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Feb 13, 2024
1 parent 0aaca45 commit 2b2882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sounds/display_sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5 class="ellipsis">
{% for tag in sound.tag_array%}
{% bw_tag tag %}
{% endfor %}
<div class="v-spacing-top-1">
<div class="v-spacing-top-1" title="{{ sound.description|striptags|safe|force_escape }}">
{{ sound.description|safe|linebreaks }}
</div>
</div>
Expand Down

0 comments on commit 2b2882a

Please sign in to comment.