Fixed another error created by my last fix
This commit is contained in:
parent
32ba7efcfc
commit
b9d990ac6a
@ -21,7 +21,7 @@ def rdfa_to_readable(rdfa_predicate):
|
||||
"""
|
||||
components = rdfa_predicate.split(u":")
|
||||
if len(components) >= 2:
|
||||
readable = [1].capitalize()
|
||||
readable = components[1].capitalize()
|
||||
else:
|
||||
readable = u""
|
||||
return readable
|
||||
|
Loading…
x
Reference in New Issue
Block a user