summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/comment-guided.txt.tmpl
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-09-24 23:27:12 +0200
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-09-26 19:23:39 +0200
commit09dd4d3192073ba9ecc7feb8a5dfcd213affd525 (patch)
tree72431fb524edf6e92afd63237e56f229217c3257 /template/en/default/bug/create/comment-guided.txt.tmpl
parent03d03939f90f2a258d9a4840eaa9af16fca7581f (diff)
downloadbugzilla-09dd4d3192073ba9ecc7feb8a5dfcd213affd525.tar.gz
bugzilla-09dd4d3192073ba9ecc7feb8a5dfcd213affd525.tar.xz
Bug 1493500 - Remove all trailing whitespaces from all files
Diffstat (limited to 'template/en/default/bug/create/comment-guided.txt.tmpl')
-rw-r--r--template/en/default/bug/create/comment-guided.txt.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/create/comment-guided.txt.tmpl b/template/en/default/bug/create/comment-guided.txt.tmpl
index 67748e594..baf390c18 100644
--- a/template/en/default/bug/create/comment-guided.txt.tmpl
+++ b/template/en/default/bug/create/comment-guided.txt.tmpl
@@ -24,7 +24,7 @@
# enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to
# pull out various custom fields and format an initial Description entry
# from them.
- #%]
+ #%]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
User-Agent: [%+ cgi.user_agent() %]
@@ -42,12 +42,12 @@ Steps to Reproduce:
[% END %]
[% IF cgi.param("actual_results") %]
-Actual Results:
+Actual Results:
[%+ cgi.param("actual_results") %]
[% END %]
[% IF cgi.param("expected_results") %]
-Expected Results:
+Expected Results:
[%+ cgi.param("expected_results") %]
[% END %]