Skip to content

Commit 2d3e709

Browse files
committedMar 2, 2016
sorry
1 parent 065af84 commit 2d3e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎v6/issue_role/issue_role.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def IssueRole(name, rawtext, text, lineno, inliner,
5757
format_options = {
5858
'issue': text
5959
}
60-
issue_url = self.site.GLOBAL_CONTEXT['ISSUE_URL']
60+
issue_url = IssueRole.site.GLOBAL_CONTEXT['ISSUE_URL']
6161
return [nodes.reference(rawtext, text, refuri=issue_url.format(**format_options), *options)], []

0 commit comments

Comments
 (0)
Please sign in to comment.