Skip to content

Commit 147d34a

Browse files
committed
Reorder urlize and linebreaks, to give urlize a better chance at
the email addresses. - Legacy-Id: 128
1 parent cd8afa0 commit 147d34a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idtracker/ballotinfo_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block title %}IESG Announcement{% endblock %}
55

66
{% block content %}
7-
{{ object.approval_text|escape|keep_spacing|linebreaks|urlize }}
8-
{{ object.ballot_writeup|escape|keep_spacing|linebreaks|urlize }}
7+
{{ object.approval_text|escape|keep_spacing|urlize|linebreaks }}
8+
{{ object.ballot_writeup|escape|keep_spacing|urlize|linebreaks }}
99
{% endblock %}
1010

0 commit comments

Comments
 (0)