Mercurial > pidgin-twitter
comparison util.c @ 266:d3e2b2e58828
adapted for laconica 0.6.4 in identi.ca service.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 12 Dec 2008 17:43:56 +0900 |
parents | c2944685ac8e |
children | 18e71951ff27 |
comparison
equal
deleted
inserted
replaced
265:c2944685ac8e | 266:d3e2b2e58828 |
---|---|
35 return NULL; | 35 return NULL; |
36 } | 36 } |
37 | 37 |
38 static gchar *html_tags[] = { | 38 static gchar *html_tags[] = { |
39 "<a href=", | 39 "<a href=", |
40 "<a class=", | |
40 "</a>", | 41 "</a>", |
41 "<b>", | 42 "<b>", |
42 "</b>", | 43 "</b>", |
43 "<p>", | 44 "<p>", |
44 "</p>", | 45 "</p>", |