comparison util.c @ 267:18e71951ff27

simply use "<a " as the pattern for anchor tag.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 12 Dec 2008 17:54:02 +0900
parents d3e2b2e58828
children 42cdddf0f747
comparison
equal deleted inserted replaced
266:d3e2b2e58828 267:18e71951ff27
34 } 34 }
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 ",
40 "<a class=",
41 "</a>", 40 "</a>",
42 "<b>", 41 "<b>",
43 "</b>", 42 "</b>",
44 "<p>", 43 "<p>",
45 "</p>", 44 "</p>",