Skip to content

Commit

Permalink
Fixes #18379: Ensure RSS feed content within dashboard widget is sani…
Browse files Browse the repository at this point in the history
…tized
  • Loading branch information
jeremystretch authored and bctiemann committed Jan 28, 2025
1 parent dacd58c commit db69414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/extras/dashboard/widgets/rssfeed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="list-group-item px-1 py-2">
<a href="{{ entry.link }}" class="text-body">{{ entry.title }}</a>
<div class="text-secondary">
{{ entry.summary|safe }}
{{ entry.summary }}
</div>
</div>
{% empty %}
Expand Down

0 comments on commit db69414

Please sign in to comment.