diff --git a/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl b/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl index c66a550e15ff..19d17a46750c 100644 --- a/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl +++ b/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl @@ -31,11 +31,12 @@ Build Identifier: [%+ form.buildid %] [%+ IF form.reproducible != "Choose one..." -%] Reproducible: [%+ form.reproducible %] -[% END -%] +[% END %] -[%# I can't make TT check for "1.\n2.\n3." so this is not conditional. -%] +[% IF !(form.reproduce_steps.match('^1\.\s+2\.\s+3\.\s+$') || form.reproduce_steps.match('^\s+$')) %] Steps to Reproduce: [%+ form.reproduce_steps %] +[% END %] [% IF form.actual_results -%] Actual Results: