Forum OpenACS Q&A: Re: The rel attribute (Rel="nofollow")

Collapse
Posted by Michael Bluett on
As always, there's a more complete method that springs to mind one minute after posting (and the code above was mangled):

regsub -nocase -all {href="?'?h[^"' >]+"?'?} $message(content) {& rel="nofollow"} content

set message(content) $content