fix: Remove attempt to do smart linewraps for doc titles. (#3620)
Fixes #3609.
This commit is contained in:
parent
e0f232dc37
commit
876122276f
|
@ -83,7 +83,7 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
{% endcomment %}
|
||||
<b>{{ doc.title|wordwrap:60|linebreaksbr }}</b>
|
||||
<b>{{ doc.title }}</b>
|
||||
{% if doc.has_verified_errata %}
|
||||
<a class="badge bg-danger text-decoration-none float-end"
|
||||
href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">
|
||||
|
|
Loading…
Reference in a new issue