From fde9149ded1baab5fa19e02183282476b1e146cf Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sat, 10 Feb 2007 21:23:59 +0000 Subject: [PATCH] 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 --- .../template/en/default/bug/create/comment-guided.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl index 2d2182681c9..23dec73cb89 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl @@ -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 %]