diff --git a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp index de1756a9..aed6eaed 100644 --- a/src/internfile/htmlparse.cpp +++ b/src/internfile/htmlparse.cpp @@ -23,7 +23,7 @@ */ #ifndef lint -static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.4 2005-12-08 08:44:14 dockes Exp $ "; +static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.5 2006-01-27 11:25:14 dockes Exp $ "; #endif //#include @@ -98,7 +98,7 @@ p_whitespaceeqgt(char c) * is covered by the GNU licence, as this file.*/ static const char *epairs[] = { /* basic symbols */ - "amp", "", "lt", "<", "gt", ">", "quot", "\"", "apos", "'", + "amp", "&", "lt", "<", "gt", ">", "quot", "\"", "apos", "'", /* ISO-8859-1 */ "nbsp", "\xc2\xa0", "iexcl", "\xc2\xa1", "cent", "\xc2\xa2", "pound", "\xc2\xa3", "curren", "\xc2\xa4", "yen", "\xc2\xa5",