forked from MarseyWorld/MarseyWorld
fdfd
parent
08b4cd6e03
commit
6add0faef4
|
@ -59,7 +59,7 @@ _allowed_styles =[
|
|||
|
||||
# filter to make all links show domain on hover
|
||||
|
||||
def a_modify(attrs):
|
||||
def a_modify(attrs, whatever):
|
||||
|
||||
raw_url=attrs.get((None, "href"), None)
|
||||
if raw_url:
|
||||
|
|
Loading…
Reference in New Issue