mirror of https://gitlab.com/bashrc2/epicyon
Relative base bath
parent
b697195e07
commit
81718e0ed4
|
@ -2699,8 +2699,7 @@ def htmlProfile(defaultTimeline: str,
|
|||
httpPrefix + '://' + \
|
||||
followerHandle.split('@')[1] + \
|
||||
'/users/' + followerHandle.split('@')[0]
|
||||
basePath = httpPrefix + '://' + domainFull + \
|
||||
'/users/' + nickname
|
||||
basePath = '/users/' + nickname
|
||||
followApprovalsSection += '<div class="container">'
|
||||
followApprovalsSection += \
|
||||
'<a href="' + followerActor + '">'
|
||||
|
|
Loading…
Reference in New Issue