Extra class

main
Bob Mottram 2020-10-28 20:58:37 +00:00
parent d48e0f9094
commit 0e64bc9598
1 changed files with 2 additions and 1 deletions

View File

@ -6588,7 +6588,8 @@ def htmlTimeline(defaultTimeline: str,
# This creates a link to the profile page when viewed # This creates a link to the profile page when viewed
# in lynx, but should be invisible in a graphical web browser # in lynx, but should be invisible in a graphical web browser
tlStr += \ tlStr += \
'<label class="transparent"><a href="/users/' + nickname + '">' + \ '<label class="transparent">' + \
'<a class="transparent" href="/users/' + nickname + '">' + \
translate['Switch to profile view'] + '</a></label>\n' translate['Switch to profile view'] + '</a></label>\n'
# banner and row of buttons # banner and row of buttons