Skip to content

Commit 75fa9bb

Browse files
committed
Additional fix for diff regression: make the RFC part of the version list.
- Legacy-Id: 5882
1 parent 5eac4a8 commit 75fa9bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/doc/views_doc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ def document_history(request, name):
461461

462462
# pick up revisions from events
463463
diff_revisions = []
464+
464465
diffable = [ name.startswith(prefix) for prefix in ["rfc", "draft", "charter", "conflict-review", "status-change", ]]
465466
if diffable:
466467
diff_documents = [ doc ]

0 commit comments

Comments
 (0)