mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
Update RapydScript
This commit is contained in:
@@ -48,7 +48,7 @@ def _makeelement(tag, *args, **kwargs):
|
||||
ans.addEventListener(attr, val)
|
||||
elif val is True:
|
||||
ans.setAttribute(vattr, vattr)
|
||||
elif val is not False:
|
||||
elif type(val) is 'string':
|
||||
ans.setAttribute(vattr, val)
|
||||
|
||||
for arg in args:
|
||||
|
||||
Reference in New Issue
Block a user