We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81eb76 commit 502713dCopy full SHA for 502713d
1 file changed
kivinen/ietf/templates/wginfo/wg_documents_entry.txt
@@ -1 +1 @@
1
-{{doc_group.grouper}} {% if doc.rfc %}{{doc.rfc.rfc_number}} {{doc.rfc.title}}{% else %}{{doc.id.draft_name_and_revision}} {{doc.id.title}}{% endif %}
+{% load ietf_filters %}{{doc_group.grouper}} {% if doc.rfc %}{{doc.rfc.rfc_number}} {{doc.rfc.title|clean_whitespace}}{% else %}{{doc.id.draft_name_and_revision}} {{doc.id.title|clean_whitespace}}{% endif %}
0 commit comments