[jim] rm a space

This commit is contained in:
Nikos Kouremenos 2006-03-31 10:44:47 +00:00
parent efcc8a1c94
commit 60c916b53a
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class RosterTooltip(NotificationAreaTooltip):
local_time = time.strftime('%c', contact.last_status_time)
local_time = local_time.decode(locale.getpreferredencoding())
text = text % local_time
properties.append((' <span style="italic">%s</span>' % text, None))
properties.append(('<span style="italic">%s</span>' % text, None))
while properties:
property = properties.pop(0)
vcard_current_row += 1