Skip to content

Commit 941c984

Browse files
committed
Umm, another small change
- Legacy-Id: 781
1 parent f51fa55 commit 941c984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ipr/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def search(request, type="", q="", id=""):
9696
doc = "RFC%04d" % int(q)
9797
if start.count() == 1:
9898
first = start[0]
99-
doc = str(start)
99+
doc = str(first)
100100
# get all related drafts, then search for IPRs on all
101101

102102
docs = related_docs(first, [])

0 commit comments

Comments
 (0)