forked from indymedia/epicyon
Extra class
parent
d48e0f9094
commit
0e64bc9598
|
@ -6588,7 +6588,8 @@ def htmlTimeline(defaultTimeline: str,
|
|||
# This creates a link to the profile page when viewed
|
||||
# in lynx, but should be invisible in a graphical web browser
|
||||
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'
|
||||
|
||||
# banner and row of buttons
|
||||
|
|
Loading…
Reference in New Issue