Patch to HTML-Parser-3.11 --- ./lib/HTML/Entities.pm.orig Thu Nov 11 01:12:20 1999 +++ ./lib/HTML/Entities.pm Mon Aug 28 17:02:38 2000 @@ -17,7 +17,7 @@ =head1 DESCRIPTION This module deals with encoding and decoding of strings with HTML -character entites. The module provides the following functions: +character entities. The module provides the following functions: =over 4 @@ -27,7 +27,7 @@ corresponding ISO-8859/1 character. Unrecognized entities are left alone. -=item endode_entities($string, [$unsafe_chars]) +=item encode_entities($string, [$unsafe_chars]) This routine replaces unsafe characters in $string with their entity representation. A second argument can be given to specify which
