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
This commit is contained in:
@@ -64,7 +64,7 @@ sub get_param_list {
|
||||
name => 'new-case-action-template',
|
||||
type => 'l',
|
||||
default => qq{<ol>
|
||||
<li></li>
|
||||
<li> </li>
|
||||
</ol>},
|
||||
},
|
||||
|
||||
@@ -72,7 +72,7 @@ sub get_param_list {
|
||||
name => 'new-case-results-template',
|
||||
type => 'l',
|
||||
default => qq{<ol>
|
||||
<li></li>
|
||||
<li> </li>
|
||||
</ol>},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user