We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8bad commit 94e4dc7Copy full SHA for 94e4dc7
1 file changed
ietf/doc/utils_search.py
@@ -1,4 +1,4 @@
1
-# Copyright The IETF Trust 2016-2019, All Rights Reserved
+# Copyright The IETF Trust 2016-2020, All Rights Reserved
2
# -*- coding: utf-8 -*-
3
4
@@ -185,7 +185,7 @@ def num(i):
185
else:
186
res.append(d.type_id);
187
res.append("-");
188
- res.append(d.get_state_slug());
+ res.append(d.get_state_slug() or '');
189
190
191
if sort_key == "title":
0 commit comments