Fix (again) the tokens used to parse google's brain dead html code. Why are they swapping class and href in the <

a/> tag anyway ???


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-04-20 15:22:50 +00:00
parent c70d3bafd3
commit d6532617dc
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@
//old
//#define G_BEGIN_URL "<p class=g><a class=l href=\""
#define G_BEGIN_URL "<div class=g><a class=l href=\""
#define G_END_URL "\">"
//#define G_BEGIN_URL "<div class=g><a class=l href=\""
#define G_BEGIN_URL "<div class=g><a href=\""
//#define G_END_URL "\">"
#define G_END_URL "\" class=l>"
//#define G_BEGIN_NAME
#define G_END_NAME "</a>"
#define G_BEGIN_SNIPSET /*"<td class=j>"*/"<font size=-1>"