Fix variable name.

This commit is contained in:
Georg Brandl 2010-03-01 14:58:36 +01:00
parent a479d56b24
commit 27d6120528

View File

@ -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()