fix: Remove attempt to do smart linewraps for doc titles. (#3620)

Fixes #3609.
This commit is contained in:
Lars Eggert 2022-03-11 16:50:50 +02:00 committed by GitHub
parent e0f232dc37
commit 876122276f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@
{% endfor %} {% endfor %}
</div> </div>
{% endcomment %} {% endcomment %}
<b>{{ doc.title|wordwrap:60|linebreaksbr }}</b> <b>{{ doc.title }}</b>
{% if doc.has_verified_errata %} {% if doc.has_verified_errata %}
<a class="badge bg-danger text-decoration-none float-end" <a class="badge bg-danger text-decoration-none float-end"
href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}"> href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">