Skip to content

Commit abc9ab0

Browse files
SebastinSantydylanwh
authored andcommitted
remove quoting error
1 parent 9b34175 commit abc9ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bugzilla/Template.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ sub quoteUrls {
200200
my $safe_protocols = SAFE_URL_REGEXP();
201201
$text =~ s~\b($safe_protocols)
202202
~($tmp = html_quote($1)) &&
203-
($things[$count++] = "<a rel="nofollow" href=\"$tmp\">$tmp</a>") &&
203+
($things[$count++] = "<a rel=\"nofollow\" href=\"$tmp\">$tmp</a>") &&
204204
("\x{FDD2}" . ($count-1) . "\x{FDD3}")
205205
~egox;
206206

0 commit comments

Comments
 (0)