--- __init__old.py	2007-02-28 23:24:50.000000000 +0100
+++ __init__.py	2007-02-28 23:32:02.000000000 +0100
@@ -1067,7 +1067,7 @@
                      editbar_actions.append(self.supplementation_page_nameLink(page))
              elif editbar_item == 'Comments':
                  # we just use <a> to get same style as other links: 
-                 editbar_actions.append('<a id="toggleCommentsButton" onClick="toggleComments();">%s</a>' % _('Comments'))
+                 editbar_actions.append('<a href="#" id="toggleCommentsButton" onClick="toggleComments();return false;">%s</a>' % _('Comments'))
              elif editbar_item == 'Edit':
                  editbar_actions.append(self.editorLink(page))
              elif editbar_item == 'Info':
