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, movedTo, alsoKnownAs,
pinnedContent) pinnedContent)
# Normally invisible links for keyboard navigation # keyboard navigation
profileStr = \ profileStr = \
'<div class="transparent">' + \ '<div class="transparent">' + \
'<label class="transparent">' + \ '<label class="transparent">' + \

View File

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