Skip to content

Commit 807e89c

Browse files
committed
Change 1id_index back to using plain names, undoing an inadvertent change to names with title.
- Legacy-Id: 11986
1 parent a2c264b commit 807e89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idindex/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def active_drafts_index_by_group(extra_values=()):
239239
if d:
240240
if "authors" not in d:
241241
d["authors"] = []
242-
d["authors"].append(a.author.person.ascii_name())
242+
d["authors"].append(a.author.person.plain_name())
243243

244244
# put docs into groups
245245
for d in docs_dict.itervalues():

0 commit comments

Comments
 (0)