Link to the button header

main
Bob Mottram 2020-11-24 14:49:07 +00:00
parent 5fbc000eea
commit 6011031b51
1 changed files with 2 additions and 2 deletions

View File

@ -772,7 +772,7 @@ def htmlProfileFollowing(translate: {}, baseDir: str, httpPrefix: str,
profileStr += \
' <center>\n' + \
' <a href="' + actor + '/' + feedName + \
'?page=' + str(pageNumber - 1) + \
'?page=' + str(pageNumber - 1) + '#buttonheader' + \
'"><img loading="lazy" class="pageicon" src="/' + \
iconsPath + '/pageup.png" title="' + \
translate['Page up'] + '" alt="' + \
@ -792,7 +792,7 @@ def htmlProfileFollowing(translate: {}, baseDir: str, httpPrefix: str,
profileStr += \
' <center>\n' + \
' <a href="' + actor + '/' + feedName + \
'?page=' + str(pageNumber + 1) + \
'?page=' + str(pageNumber + 1) + '#buttonheader' + \
'"><img loading="lazy" class="pageicon" src="/' + \
iconsPath + '/pagedown.png" title="' + \
translate['Page down'] + '" alt="' + \