Consistent comments for searchability

main
Bob Mottram 2021-02-05 15:30:51 +00:00
parent 7c5077c701
commit 7bf6c74e15
2 changed files with 2 additions and 4 deletions

View File

@ -707,7 +707,7 @@ def htmlProfile(rssIconAtTop: bool,
movedTo, alsoKnownAs,
pinnedContent)
# Normally invisible links for keyboard navigation
# keyboard navigation
profileStr = \
'<div class="transparent">' + \
'<label class="transparent">' + \

View File

@ -363,9 +363,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
'<button class="button"><span>' + \
translate['Post'] + '</span></button></a>'
# This creates a link to skip to the timeline and change to
# profile view when accessed within lynx, but should be
# invisible in a graphical web browser
# keyboard navigation
tlStr += \
'<div class="transparent">' + \
'<label class="transparent">' + \