mirror of https://gitlab.com/bashrc2/epicyon
Remove tab on domate button link
parent
37c0ea8e83
commit
15d27d842e
|
@ -110,7 +110,7 @@ def htmlPersonOptions(defaultTimeline: str,
|
||||||
if donateUrl:
|
if donateUrl:
|
||||||
donateStr = \
|
donateStr = \
|
||||||
' <a href="' + donateUrl + \
|
' <a href="' + donateUrl + \
|
||||||
'"><button class="button" name="submitDonate">' + \
|
' tabindex="-1""><button class="button" name="submitDonate">' + \
|
||||||
translate['Donate'] + '</button></a>\n'
|
translate['Donate'] + '</button></a>\n'
|
||||||
|
|
||||||
instanceTitle = \
|
instanceTitle = \
|
||||||
|
|
Loading…
Reference in New Issue