Yep, looks good now. Thanks. Vadim

David Coppit writes:
 > 
 > Thanks to Vadim Strizhevsky for finding this bug.
 > 
 > AFFECTS:
 > Any handler that uses the HTMLsubstr function from HTMLTools. For example, the
 > limit handler when limiting characters in strings.
 > 
 > FIX:
 > Change line 225 of HTMLTools.pm from
 >   $substring = quotemeta($substring);
 > to
 >   $substring =~ s/([\?\*\$\|\^\+\[\]\(\)])/\\$1/g;
 > 
 > My apologies for not testing quotemeta better!
 > 
 > David
 > 
 > _________________________________________________________________________
 > David Coppit
 > [EMAIL PROTECTED]
 > President, Spinnaker Software
 > 
 > 
 > 
 > -
 > If you would like to unsubscribe from this mailing list send an email to 
 >[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist 
 >YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at 
 >http://www.NewsClipper.com/TechSup.htm#MailingList.
 > 

-
If you would like to unsubscribe from this mailing list send an email to 
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist 
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at 
http://www.NewsClipper.com/TechSup.htm#MailingList.

Reply via email to