mirror of https://gitlab.com/bashrc2/epicyon
Newlines to provide more space for handle
parent
286c02aa39
commit
0e15d936b3
|
@ -2913,7 +2913,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
'/followapprove=' + followerHandle + '">'
|
'/followapprove=' + followerHandle + '">'
|
||||||
followApprovalsSection += \
|
followApprovalsSection += \
|
||||||
'<button class="followApprove">' + \
|
'<button class="followApprove">' + \
|
||||||
translate['Approve'] + '</button></a>'
|
translate['Approve'] + '</button></a><br><br>'
|
||||||
followApprovalsSection += \
|
followApprovalsSection += \
|
||||||
'<a href="' + basePath + \
|
'<a href="' + basePath + \
|
||||||
'/followdeny=' + followerHandle + '">'
|
'/followdeny=' + followerHandle + '">'
|
||||||
|
|
Loading…
Reference in New Issue