--- a/src/protocols/oscar/oscar.c Tue Mar 16 20:48:21 2004 +0000 +++ b/src/protocols/oscar/oscar.c Wed Mar 17 02:25:03 2004 +0000 @@ -5754,8 +5754,10 @@ g_free(away_utf8); tmp2 = gaim_markup_strip_html(tmp1); g_free(tmp1); - tmp3 = gaim_str_sub_away_formatters(tmp2, gaim_account_get_username(gaim_connection_get_account(gc))); + tmp1 = gaim_strreplace(tmp2, "<", "<"); g_free(tmp2); + tmp3 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc))); + g_free(tmp1); tmp = ret; ret = g_strconcat(tmp, _("<b>Away Message:</b> "), tmp3, "\n", NULL); g_free(tmp);