diff --git a/webinterface.py b/webinterface.py index 45282e43d..650a921c5 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6604,8 +6604,6 @@ def headerButtonsTimeline(defaultTimeline: str, if not newsHeader: if not iconsAsButtons: - # start of headericons div - tlStr += '
' # the search button tlStr += \ '' + # end of headericons div + tlStr += '
' else: tlStr += \ '' # This creates a link to the profile page when viewed # in lynx, but should be invisible in a graphical web browser