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:
ghendricks%novell.com
2009-01-06 17:05:30 +00:00
parent b86854a200
commit 3c688564be

View File

@@ -64,7 +64,7 @@ sub get_param_list {
name => 'new-case-action-template',
type => 'l',
default => qq{<ol>
<li></li>
<li>&nbsp;</li>
</ol>},
},
@@ -72,7 +72,7 @@ sub get_param_list {
name => 'new-case-results-template',
type => 'l',
default => qq{<ol>
<li></li>
<li>&nbsp;</li>
</ol>},
},