Skip to content
Snippets Groups Projects
Commit 60c916b5 authored by nkour's avatar nkour
Browse files

[jim] rm a space

parent efcc8a1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment