summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-03-05 08:22:01 +0100
committergerv%gerv.net <>2004-03-05 08:22:01 +0100
commit7c266b777a5bb8dc7dd9e44086c4e504f08650d7 (patch)
treec7ca82b1d25081cd3807141ae22f990b96dc41ca /template
parent51d0c150066809181dfadb7b226f7a7a53b614f1 (diff)
downloadbugzilla-7c266b777a5bb8dc7dd9e44086c4e504f08650d7.tar.gz
bugzilla-7c266b777a5bb8dc7dd9e44086c4e504f08650d7.tar.xz
Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/comment-guided.txt.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/create/comment-guided.txt.tmpl b/template/en/default/bug/create/comment-guided.txt.tmpl
index 9ef4f1b51..c66a550e1 100644
--- a/template/en/default/bug/create/comment-guided.txt.tmpl
+++ b/template/en/default/bug/create/comment-guided.txt.tmpl
@@ -23,7 +23,8 @@
# fields on a template from enter_bug.cgi.) It can be used to pull out
# various custom fields and format an initial Description entry from them.
#%]
-User-Agent: [%+ user_agent %]
+[% USE Bugzilla %]
+User-Agent: [%+ Bugzilla.cgi.user_agent() %]
Build Identifier: [%+ form.buildid %]
[%+ form.comment IF form.comment %]