From f04fcdbbc9f527af0eaa686886ade4cf5ae5ddb5 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 16 Mar 2006 03:09:03 +0000 Subject: [PATCH] Fix comment. --- web/lib/msgslib.ssjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/msgslib.ssjs b/web/lib/msgslib.ssjs index 40391068df..5f8f1b9ceb 100644 --- a/web/lib/msgslib.ssjs +++ b/web/lib/msgslib.ssjs @@ -184,7 +184,7 @@ function idx_to_user(fromidx) function make_links(str) { str=str.replace(/(?:http|https|ftp|telnet|gopher|irc|news):\/\/[\w\-\.]+\.[a-zA-Z]+(?::[\w-+_%]*)?(?:\/(?:[\w\-._\?\,\/\\\+&;%\$#\=~\*]*))?/gi,function(str) { -// | Protocol |Hostname |TLD | Port | Path | +// | Protocol |Hostname |TLD | Port | Path | var ret='<a href="'+str+'" target="_blank">'+str+'</a>'; var m=str.match(/^(.*)(>|[,.\)])$/); if(m!=null) -- GitLab