diff -r 864fc1f147a4 -r eceaf9e21966 web/views/tabs.py --- a/web/views/tabs.py Mon Jan 30 20:56:00 2012 +0100 +++ b/web/views/tabs.py Thu Feb 02 17:59:52 2012 +0100 @@ -61,11 +61,11 @@ tabid, xml_escape(self._cw.build_url('json', **urlparams)))) if show_spinbox: # Don't use ``alt`` since image is a *visual* helper for ajax - w(u'' + w(u'' % (xml_escape(self._cw.data_url('loading.gif')), tabid)) else: w(u'
' % tabid) - w(u'' + w(u'' % (xml_escape(self._cw._('Link:')), tabid, xml_escape(self._cw.build_url(**urlparams)),