summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2016-02-21 21:43:46 +0200
committerThomas Backlund <tmb@mageia.org>2016-02-21 21:43:46 +0200
commit5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6 (patch)
tree64cbf3663d89ab6dd04ce8c93980987978185b4e
parent4bdbe330ed162fe4b29be0f85dbc64c00fea9d34 (diff)
downloadbugzilla-5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6.tar
bugzilla-5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6.tar.gz
bugzilla-5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6.tar.bz2
bugzilla-5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6.tar.xz
bugzilla-5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6.zip
remove useless strings from the initial comment (mga#9286)
-rw-r--r--template/en/default/bug/create/comment-guided.txt.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/create/comment-guided.txt.tmpl b/template/en/default/bug/create/comment-guided.txt.tmpl
index 66220ec..65e441f 100644
--- a/template/en/default/bug/create/comment-guided.txt.tmpl
+++ b/template/en/default/bug/create/comment-guided.txt.tmpl
@@ -30,11 +30,11 @@
[%+ cgi.param("comment") IF cgi.param("comment") %]
-[%+ IF cgi.param("reproducible") != "Choose one..." -%]
+[%+ IF cgi.param("reproducible") -%]
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") -%]
Steps to Reproduce:
[%+ cgi.param("reproduce_steps") %]
[% END %]