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:
|
||||
donateStr = \
|
||||
' <a href="' + donateUrl + \
|
||||
'"><button class="button" name="submitDonate">' + \
|
||||
' tabindex="-1""><button class="button" name="submitDonate">' + \
|
||||
translate['Donate'] + '</button></a>\n'
|
||||
|
||||
instanceTitle = \
|
||||
|
|
Loading…
Reference in New Issue