Skip to content

Commit 8761222

Browse files
authored
fix: Remove attempt to do smart linewraps for doc titles. (ietf-tools#3620)
Fixes ietf-tools#3609.
1 parent e0f232d commit 8761222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{% endfor %}
8484
</div>
8585
{% endcomment %}
86-
<b>{{ doc.title|wordwrap:60|linebreaksbr }}</b>
86+
<b>{{ doc.title }}</b>
8787
{% if doc.has_verified_errata %}
8888
<a class="badge bg-danger text-decoration-none float-end"
8989
href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">

0 commit comments

Comments
 (0)