diff --git a/web/lib/msgslib.ssjs b/web/lib/msgslib.ssjs
index 5826947d4d3c039b4b9fea3d1ab4d9ae0f771891..cb0c344784c826629d8e885eae088bb14e22c19e 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='';