Bug 370990 – Testcase from Bug, generaded link is wrong

Patch by jetii@utanet.at  r=ghendricks a=ghendricks


git-svn-id: svn://10.0.0.236/trunk@220586 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2007-02-20 18:27:19 +00:00
parent 7ca2b8edd5
commit 52c9a4d6cd

View File

@@ -229,10 +229,10 @@ else {
$summary =~ s/%id%/$bug_id/g;
$summary =~ s/%summary%/$short_desc/g;
$action =~ s/%id%/<a href="show_bug.cgi?bug=$bug_id">$bug_id<\/a>/g;
$action =~ s/%id%/<a href="show_bug.cgi?id=$bug_id">$bug_id<\/a>/g;
$action =~ s/%description%/$description/g;
$effect =~ s/%id%/<a href="show_bug.cgi?bug=$bug_id">$bug_id<\/a>/g;
$effect =~ s/%id%/<a href="show_bug.cgi?id=$bug_id">$bug_id<\/a>/g;
$text = {'action' => $action, 'effect' => $effect};
}