This commit is contained in:
Kovid Goyal 2008-03-15 20:23:54 +00:00
parent c88e255f5d
commit a68ed12218

View File

@ -1169,7 +1169,6 @@ class HTMLConverter(object):
if ans is not None:
ans += int(self.font_delta * 20)
ans = str(ans)
print val, ans
return ans
family, weight, style, variant = 'serif', 'normal', 'normal', None