From 3c688564be9d15e828048ae232ff2a92d89d69f6 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" Date: Tue, 6 Jan 2009 17:05:30 +0000 Subject: [PATCH] Bug 472323 - Cannot edit default numbered list for Action and Expected Results in "Create a New Test Case" form Patch by tdaitx@gmail.com r=ghendricks git-svn-id: svn://10.0.0.236/branches/TESTOPIA_2-1_BRANCH@255731 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/testopia/Bugzilla/Config/Testopia.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/testopia/Bugzilla/Config/Testopia.pm b/mozilla/webtools/testopia/Bugzilla/Config/Testopia.pm index a9c276dcc2a..51446cc5657 100644 --- a/mozilla/webtools/testopia/Bugzilla/Config/Testopia.pm +++ b/mozilla/webtools/testopia/Bugzilla/Config/Testopia.pm @@ -64,7 +64,7 @@ sub get_param_list { name => 'new-case-action-template', type => 'l', default => qq{
    -
  1. +
  2.  
}, }, @@ -72,7 +72,7 @@ sub get_param_list { name => 'new-case-results-template', type => 'l', default => qq{
    -
  1. +
  2.  
}, },