Skip to content

Commit 0afc245

Browse files
committed
Added missing safe tag
- Legacy-Id: 1845
1 parent a304fa1 commit 0afc245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idtracker/search_result_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- {% if match.document.replaced_by.idinternal %}
1717
<a href="{% url ietf.idtracker.views.search %}?search_filename={{ match.document.replaced_by.filename }}">
1818
{% endif %}
19-
--> {{ match.document.replaced_by.displayname_with_link }}
19+
--> {{ match.document.replaced_by.displayname_with_link|safe }}
2020
<!-- {% if match.document.replaced_by.idinternal %}
2121
</a>
2222
{% endif %}

0 commit comments

Comments
 (0)