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

[r=LpSolit a=LpSolit]


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@260333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-05-18 13:17:46 +00:00
parent 9fc1e89373
commit f1b4ca12d4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7098
7099

View File

@ -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};