fdfd
This commit is contained in:
parent
081be8c272
commit
3467c007c1
2 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ def sanitize_marquee(tag, name, value):
|
|||
if name in ['width', 'height']:
|
||||
try: value = int(value)
|
||||
except: return False
|
||||
if 0 < value <= 200: return True
|
||||
if 0 < value <= 500: return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue