We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b34175 commit abc9ab0Copy full SHA for abc9ab0
Bugzilla/Template.pm
@@ -200,7 +200,7 @@ sub quoteUrls {
200
my $safe_protocols = SAFE_URL_REGEXP();
201
$text =~ s~\b($safe_protocols)
202
~($tmp = html_quote($1)) &&
203
- ($things[$count++] = "<a rel="nofollow" href=\"$tmp\">$tmp</a>") &&
+ ($things[$count++] = "<a rel=\"nofollow\" href=\"$tmp\">$tmp</a>") &&
204
("\x{FDD2}" . ($count-1) . "\x{FDD3}")
205
~egox;
206
0 commit comments