mirror of https://gitlab.com/bashrc2/epicyon
User in path of hashtag timeline
parent
1de6b5d09c
commit
e9bb9748c4
|
@ -797,7 +797,8 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
# previous page link
|
# previous page link
|
||||||
hashtagSearchForm += \
|
hashtagSearchForm += \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
' <a href="/tags/' + hashtag + '?page=' + \
|
' <a href="/users/' + nickname + \
|
||||||
|
'/tags/' + hashtag + '?page=' + \
|
||||||
str(pageNumber - 1) + \
|
str(pageNumber - 1) + \
|
||||||
'"><img loading="lazy" class="pageicon" src="/' + \
|
'"><img loading="lazy" class="pageicon" src="/' + \
|
||||||
'icons/pageup.png" title="' + \
|
'icons/pageup.png" title="' + \
|
||||||
|
@ -873,7 +874,7 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
# next page link
|
# next page link
|
||||||
hashtagSearchForm += \
|
hashtagSearchForm += \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
' <a href="/tags/' + hashtag + \
|
' <a href="/users/' + nickname + '/tags/' + hashtag + \
|
||||||
'?page=' + str(pageNumber + 1) + \
|
'?page=' + str(pageNumber + 1) + \
|
||||||
'"><img loading="lazy" class="pageicon" src="/icons' + \
|
'"><img loading="lazy" class="pageicon" src="/icons' + \
|
||||||
'/pagedown.png" title="' + translate['Page down'] + \
|
'/pagedown.png" title="' + translate['Page down'] + \
|
||||||
|
|
Loading…
Reference in New Issue