summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-21 23:14:41 +0200
committergerv%gerv.net <>2002-07-21 23:14:41 +0200
commit64074d192fe22db32fe0fc469e198b9490d2a830 (patch)
tree7588a458a4a7901555e98a9b836a45967a35e11f /template
parent603921c6defa74ef95318c14323a18cf26f3a390 (diff)
downloadbugzilla-64074d192fe22db32fe0fc469e198b9490d2a830.tar.gz
bugzilla-64074d192fe22db32fe0fc469e198b9490d2a830.tar.xz
Fixing trivial but obvious bug where "and QA contact" was not displaying correctly; noticed on b.m.o. No bug number.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e0ecf2623..7e71b9767 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -433,7 +433,7 @@
<input type="radio" name="knob" value="reassignbycomponent">
Reassign bug to owner
- [% "and QA contact" IF useqacontact %]
+ [% "and QA contact" IF Param('useqacontact') %]
of selected component
<br>
[% IF bug.isunconfirmed && user.canconfirm %]