diff --git a/webinterface.py b/webinterface.py
index 90ebf8fa..bb7df330 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -3536,6 +3536,7 @@ def htmlTimeline(defaultTimeline: str, \
         if ':' not in domain:
             fullDomain=domain+':'+str(port)
     actor=httpPrefix+'://'+fullDomain+'/users/'+nickname
+    usersPath='/users/'+nickname
 
     showIndividualPostIcons=True
 
@@ -3618,70 +3619,70 @@ def htmlTimeline(defaultTimeline: str, \
     # first button
     if defaultTimeline=='tlmedia':
         tlStr+= \
-            '    '
     elif defaultTimeline=='tlblogs':
         tlStr+= \
-            '    !['+ \
         translate['Search and follow']+' '+ \
         translate['Search and follow']+'](/'+ \
         iconsDir+'/search.png) '
     tlStr+= \
-        '
'
     tlStr+= \
-        '    '
     tlStr+= \
-        '    
!['+translate['Refresh']+ \
         ' '+translate['Refresh']+'](/'+iconsDir+ \
         '/refresh.png) '
@@ -3741,25 +3742,25 @@ def htmlTimeline(defaultTimeline: str, \
         if todaysEventsCheck(baseDir,nickname,domain):
             now=datetime.now()
             tlStr+= \
-                '
'
@@ -3741,25 +3742,25 @@ def htmlTimeline(defaultTimeline: str, \
         if todaysEventsCheck(baseDir,nickname,domain):
             now=datetime.now()
             tlStr+= \
-                '

!['+ \
             translate['Page down']+' '+ \](/'+ \
             iconsDir+'/pagedown.png)