Mercurial > pidgin
changeset 8571:a3ea56f147c7
[gaim-migrate @ 9319]
Because sometimes escaping "<" just isn't enough.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 03 Apr 2004 14:44:51 +0000 |
parents | 1a62ab7225f3 |
children | f6890288bbe0 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat Apr 03 03:30:57 2004 +0000 +++ b/src/protocols/oscar/oscar.c Sat Apr 03 14:44:51 2004 +0000 @@ -5758,7 +5758,7 @@ g_free(away_utf8); tmp2 = gaim_markup_strip_html(tmp1); g_free(tmp1); - tmp1 = gaim_strreplace(tmp2, "<", "<"); + tmp1 = gaim_escape_html(tmp2); g_free(tmp2); tmp3 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc))); g_free(tmp1);