diff options
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 2b2adda5f..876744018 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -197,8 +197,8 @@ theme_adium_parse_body (EmpathyThemeAdium *theme, smiley = l->data; if (smiley->path) { g_string_append_printf (string, - "<img src=\"%s\"/ title=\"%s\"/>", - smiley->path, smiley->str); + "<abbr title='%s'><img src=\"%s\"/ alt=\"%s\"/></abbr>", + smiley->str, smiley->path, smiley->str); } else { g_string_append (string, smiley->str); } |