Move end of headericons to include mobile icons

merge-requests/8/head
Bob Mottram 2020-11-06 17:12:12 +00:00
parent bf3b3deaa7
commit a1f13bd675
1 changed files with 2 additions and 2 deletions

View File

@ -6657,8 +6657,6 @@ def headerButtonsTimeline(defaultTimeline: str,
'/showhide.png" title="' + translate['Show/Hide Buttons'] + \
'" alt="| ' + translate['Show/Hide Buttons'] + \
'" class="timelineicon"/></a>\n'
# end of headericons div
tlStr += '</div>'
else:
tlStr += \
'<a href="' + usersPath + '/minimal' + \
@ -6699,6 +6697,8 @@ def headerButtonsTimeline(defaultTimeline: str,
'/links.png" title="' + translate['Edit Links'] + \
'" alt="| ' + translate['Edit Links'] + \
'" class="timelineicon"/></a>'
# end of headericons div
tlStr += '</div>'
else:
# NOTE: deliberately no \n at end of line
tlStr += \