This commit is contained in:
Kovid Goyal 2013-05-06 14:27:27 +05:30
parent a5549a0fc4
commit 25501e8574

View File

@ -412,8 +412,8 @@ class Styles(object):
if s.style_id:
self.id_map[s.style_id] = s
# Nuke based_on, link attributes that refer to non-existing/incompatible
# parents
# Nuke based_on, link attributes that refer to missing/incompatible
# styles
for s in self:
bo = s.based_on
if bo is not None: