diff --git a/html_sidebar.py b/html_sidebar.py
index 7cd4ea008..a1ee661ce 100644
--- a/html_sidebar.py
+++ b/html_sidebar.py
@@ -66,12 +66,13 @@ def sidebar_common(context, REQUEST=None):
ScoUsersView, context
):
H.append(
- """
""" % params
+ """
"""
+ % params
)
if authuser.has_permission(ScoChangePreferences, context):
H.append(
- """
"""
+ """
"""
% params
)