X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/66b29e97f7f07d34df3b903ac13c81e5cb005fa2..606c01e1686143ff77d03c07a890e01a8f1b6054:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 01dc168..3b92348 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -230,6 +230,7 @@ text_span.appendChild(document.createTextNode(leading_text)); } var anchor = document.createElement("a"); + anchor.setAttribute("rel", "nofollow"); anchor.setAttribute("href", encodeURI(match[0])); anchor.appendChild(document.createTextNode(match[0])); text_span.appendChild(anchor);