Bug 369960 - "Ensure 'steps to reproduce' does not appear when there aren't any (field is blanked out)" [p=justdave/reed r=bkor a=justdave]

git-svn-id: svn://10.0.0.236/trunk@219935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2007-02-10 21:23:59 +00:00
parent e6796914e2
commit fde9149ded

View File

@@ -37,7 +37,7 @@ Build Identifier: [%+ cgi.param("buildid") %]
Reproducible: [%+ cgi.param("reproducible") %]
[% END %]
[% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s+$')) %]
[% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s*$')) %]
Steps to Reproduce:
[%+ cgi.param("reproduce_steps") %]
[% END %]