| Summary: | hyperlinks in mail archives don't deal with all special html characters properly | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dan Langille <dan> |
| Component: | Books & Articles | Assignee: | Wolfram Schneider <wosch> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Dan Langille
2002-11-10 05:50:01 UTC
doh... wrong email address there, that won't work. Try me at this address instead. -- Dan Langille : http://www.langille.org/ The problem is on line 229 : $text =~ s/(http|https|ftp|gopher|mailto|news|file)(:[^\s]*?\/?)(\W?\s)/<a href="$1$2">$1$2<\/a>$3/goi; It's the (\W?\s) which needs to change. It does not recognize that ">" should terminate the URL. -- Dan Langille : http://www.langille.org/ Responsible Changed From-To: freebsd-www->wosch wosch is the maintainer of the web mail archives. State Changed From-To: open->closed Fixed in rev 1.35 www/en/cgi/getmsg.cgi thanks! |