From 52c9a4d6cddec5c4d97105acf19c943672564983 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" Date: Tue, 20 Feb 2007 18:27:19 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20370990=20=C3=A2=C2=80=C2=93=20Testcase=20?= =?UTF-8?q?from=20Bug,=20generaded=20link=20is=20wrong=20Patch=20by=20jeti?= =?UTF-8?q?i@utanet.at=20=20r=3Dghendricks=20a=3Dghendricks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@220586 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/testopia/tr_new_case.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/testopia/tr_new_case.cgi b/mozilla/webtools/testopia/tr_new_case.cgi index 9b9e069c67f..aa3cbb2167d 100755 --- a/mozilla/webtools/testopia/tr_new_case.cgi +++ b/mozilla/webtools/testopia/tr_new_case.cgi @@ -229,10 +229,10 @@ else { $summary =~ s/%id%/$bug_id/g; $summary =~ s/%summary%/$short_desc/g; - $action =~ s/%id%/$bug_id<\/a>/g; + $action =~ s/%id%/$bug_id<\/a>/g; $action =~ s/%description%/$description/g; - $effect =~ s/%id%/$bug_id<\/a>/g; + $effect =~ s/%id%/$bug_id<\/a>/g; $text = {'action' => $action, 'effect' => $effect}; }