From d13bb3199fc2f5dcd561e288a9411cbbffb7779b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 16 Mar 2006 03:52:09 +0000
Subject: [PATCH] Fix comment... we don't allow newlines no more.

---
 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 5826947d4d..cb0c344784 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 allow line breaks in path (will be stripped)
+//					 | Protocol                                    |Hostname  |TLD     | Port        | Path									  |
 		var text=str;
 		var uri=str;
 		var extra='';
-- 
GitLab