diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev
index 25347f373ed..f6374f1736e 100644
--- a/mozilla/webtools/bugzilla/.bzrrev
+++ b/mozilla/webtools/bugzilla/.bzrrev
@@ -1 +1 @@
-9312
\ No newline at end of file
+9313
\ No newline at end of file
diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev
index edbd091646c..3e2efd76fd8 100644
--- a/mozilla/webtools/bugzilla/.gitrev
+++ b/mozilla/webtools/bugzilla/.gitrev
@@ -1 +1 @@
-88e42751a27c1f6d3e341a57dde58a06bfd91af6
\ No newline at end of file
+32232916b0ac69da84f5e1f739fc63c0205ef325
\ No newline at end of file
diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
index 441c3ecac60..6bb75b985ec 100644
--- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
@@ -227,7 +227,7 @@
[%#############%]
[%# PRODUCT #%]
[%#############%]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.product
desc_url = 'describecomponents.cgi'
@@ -249,7 +249,7 @@
# it uses some javascript that depends on the existence of the
# product field.
#%]
-
+
[% INCLUDE bug/field.html.tmpl
bug = bug field = bug_fields.classification
override_legal_values = bug.choices.classification
@@ -259,7 +259,7 @@
[%###############%]
[%# Component #%]
[%###############%]
-
+
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.component, value = bug.component
override_legal_values = bug.choices.component
@@ -267,7 +267,7 @@
editable = bug.check_can_change_field('component', 0, 1)
%]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.version editable = 1 %]
@@ -276,7 +276,7 @@
[%############%]
[%# PLATFORM #%]
[%############%]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.rep_platform, editable = 1, accesskey = "h" %]
@@ -300,7 +300,7 @@
[%############################################################################%]
[% BLOCK section_status %]
-
+
Status :
@@ -331,7 +331,7 @@
[%###############################################################%]
[%# Importance (priority and severity) #%]
[%###############################################################%]
-
+
I mportance :
@@ -350,7 +350,7 @@
[% IF Param("usetargetmilestone") && bug.target_milestone %]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.target_milestone
editable = 1
@@ -370,7 +370,7 @@
[% BLOCK section_people %]
-
+
Assigned To :
@@ -419,7 +419,7 @@
[% IF Param('useqacontact') %]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.qa_contact
editable = 1
@@ -481,7 +481,7 @@
[%# Block for URL Keyword and Whiteboard #%]
[%############################################################################%]
[% BLOCK section_url_keyword_whiteboard %]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.bug_file_loc
editable = 1
@@ -522,7 +522,7 @@
[% IF Param('usestatuswhiteboard') %]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.status_whiteboard
editable = 1
@@ -533,7 +533,7 @@
[% END %]
[% IF use_keywords %]
-
+
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.keywords, value = bug.keywords
editable = bug.check_can_change_field("keywords", 0, 1),
@@ -543,7 +543,7 @@
[% END %]
[% IF user.id %]
-
+
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.tag, value = bug.tags.join(", "),
editable = 1, possible_values = user.tags.keys
@@ -558,7 +558,7 @@
[% BLOCK section_duplicates %]
[% RETURN UNLESS bug.duplicates.size %]
-
+
Duplicates ([% bug.duplicates.size %]) :
@@ -579,7 +579,7 @@
[%############################################################################%]
[% BLOCK section_dependson_blocks %]
-
+
[% INCLUDE dependencies
field = bug_fields.dependson deps = bug.depends_on_obj %]
@@ -590,7 +590,7 @@
[% IF bug.dependson.size || bug.blocked.size %]
-
+
@@ -708,7 +708,7 @@
[%############################################################################%]
[% BLOCK section_dates %]
-
+
Reported:
@@ -717,7 +717,7 @@
-
+
Modified:
@@ -733,7 +733,7 @@
[%# Block for CC LIST #%]
[%############################################################################%]
[% BLOCK section_cclist %]
-
+
CC List:
@@ -823,7 +823,7 @@
[%############################################################################%]
[% BLOCK section_bug_ignored %]
[% IF user.id %]
-
+
Ignore [% terms.Bug %] Mail:
@@ -846,7 +846,7 @@
[%############################################################################%]
[% BLOCK section_see_also %]
[% IF Param('use_see_also') || bug.see_also.size %]
-
+
[% INCLUDE bug/field.html.tmpl
field = bug_fields.see_also
value = bug.see_also
@@ -857,7 +857,7 @@
[% END %]
[% BLOCK section_aliases %]
-
+
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.alias, editable = 1
%]
@@ -928,7 +928,7 @@
[% LAST IF show_bug_flags && show_more_flags && bug_flags_set %]
[% END %]
[% IF show_bug_flags %]
-
+
Flags: