mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix variable name.
This commit is contained in:
parent
a479d56b24
commit
27d6120528
@ -116,7 +116,7 @@ class XRefRole(object):
|
||||
# split title and target in role content
|
||||
has_explicit_title, title, target = split_explicit_title(text)
|
||||
title = utils.unescape(title)
|
||||
text = utils.unescape(text)
|
||||
target = utils.unescape(target)
|
||||
# fix-up title and target
|
||||
if self.lowercase:
|
||||
target = target.lower()
|
||||
|
Loading…
Reference in New Issue
Block a user