diff --git a/web/lib/msgslib.ssjs b/web/lib/msgslib.ssjs
index 40391068dfc1868e57e4db257b2076bcb57e6cac..5f8f1b9ceb857283ebe1b28bf1873a9e96b9d10b 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(/^(.*)(&gt;|[,.\)])$/);
 		if(m!=null)