Add rel="nofollow" to URLs in the forum because of spammers

svn path=/trunk/boinc/; revision=12509
This commit is contained in:
Rytis Slatkevičius 2007-04-30 17:23:44 +00:00
parent 96c0a7ae46
commit dd9f10a2db
1 changed files with 6 additions and 6 deletions

View File

@ -153,12 +153,12 @@ function bb2html($text) {
"<b>\\1</b>",
"<i>\\1</i>",
"<u>\\1</u>",
"<a href=\"https://\\1\">\\2</a>",
"<a href=\"https://\\1\">https://\\1</a>",
"<a href=\"http://\\2\">\\3</a>",
"<a href=\"http://\\2\">http://\\2</a>",
"<a href=\"http://\\2\">\\3</a>",
"<a href=\"http://\\2\">http://\\2</a>",
"<a href=\"https://\\1\" rel=\"nofollow\">\\2</a>",
"<a href=\"https://\\1\" rel=\"nofollow\">https://\\1</a>",
"<a href=\"http://\\2\" rel=\"nofollow\">\\3</a>",
"<a href=\"http://\\2\" rel=\"nofollow\">http://\\2</a>",
"<a href=\"http://\\2\" rel=\"nofollow\">\\3</a>",
"<a href=\"http://\\2\" rel=\"nofollow\">http://\\2</a>",
"<div style='font-style: oblique'>\\1 wrote:</div><blockquote class='postbody'>\\2</blockquote>",
"<blockquote class='postbody'>\\1</blockquote>",
"<font face=\\1>\\2</font>",