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]

This commit is contained in:
reed%reedloden.com 2007-02-10 21:23:59 +00:00
Родитель 6c8e1420c2
Коммит adf574d91a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 %]