]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 332995: Steps to Reproduce not removed from comment when user leaves default...
authorlpsolit%gmail.com <>
Thu, 1 Jan 2009 23:13:26 +0000 (23:13 +0000)
committerlpsolit%gmail.com <>
Thu, 1 Jan 2009 23:13:26 +0000 (23:13 +0000)
template/en/default/bug/create/comment-guided.txt.tmpl

index 3ce7561038b38b8fb872d2ca23bfd9dc3e2c3ef1..df04d8fb55c768b9310641e5af5eea8d25d3cd3e 100644 (file)
@@ -36,7 +36,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 %]