]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Links should be rel="nofollow"
[reliable-chat] / webclient / rc.html
index 01dc1681dc29f8afa47b98f7a0d03241c541cb73..3b92348fca076a845249b1635b901130607542b0 100644 (file)
                                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);