Commit 1b3cfca0 authored by Reed Loden's avatar Reed Loden

Bug 566499 - "#c0 links have the wrong href"

[r=LpSolit a=LpSolit]
parent acdcae1b
......@@ -351,7 +351,7 @@ sub get_bug_link {
$title = html_quote(clean_text($title));
my $linkval = "show_bug.cgi?id=" . $bug->id;
if ($options->{comment_num}) {
if (defined $options->{comment_num}) {
$linkval .= "#c" . $options->{comment_num};
}
return qq{$pre<a href="$linkval" title="$title">$link_text</a>$post};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment