Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oopsie
  • Loading branch information
ralsina committed Mar 2, 2016
1 parent 0651a78 commit 065af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v6/issue_role/issue_role.py
Expand Up @@ -57,5 +57,5 @@ def IssueRole(name, rawtext, text, lineno, inliner,
format_options = {
'issue': text
}
issue_url = site.GLOBAL_CONTEXT['ISSUE_URL']
issue_url = self.site.GLOBAL_CONTEXT['ISSUE_URL']
return [nodes.reference(rawtext, text, refuri=issue_url.format(**format_options), *options)], []

0 comments on commit 065af84

Please sign in to comment.