diff --git a/daemon.py b/daemon.py
index c616bffdd..6c7136665 100644
--- a/daemon.py
+++ b/daemon.py
@@ -9155,7 +9155,7 @@ class PubServer(BaseHTTPRequestHandler):
if htmlGET and '/users/' in self.path:
print('TEST1 ' + self.path)
- if self.path.endswith('/newswire'):
+ if self.path.endswith('/newswiremobile'):
print('TEST2 ' + self.path)
nickname = getNicknameFromActor(self.path)
if not nickname:
diff --git a/webinterface.py b/webinterface.py
index 5a0fb22a6..0dfdc7137 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -6210,8 +6210,8 @@ def htmlTimeline(defaultTimeline: str,
# the newswire button to show right column links
tlStr += \
'
' + \
+ '
\n'
@@ -6219,8 +6219,8 @@ def htmlTimeline(defaultTimeline: str,
# the links button to show left column links
tlStr += \
'
' + \
+ '
\n'