diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 57d3c39e3cc..a70880c590a 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7363 \ No newline at end of file +7364 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/js/field.js b/mozilla/webtools/bugzilla/js/field.js index 4734dc9be18..3de4a69ab33 100644 --- a/mozilla/webtools/bugzilla/js/field.js +++ b/mozilla/webtools/bugzilla/js/field.js @@ -684,7 +684,7 @@ YAHOO.bugzilla.userAutocomplete = { this.dataSource.maxCacheEntries = 5; this.dataSource.responseSchema = { resultsList : "result.users", - metaFields : { error: "error", jsonRpcId: "id"}, + metaFields : { error: "error", jsonRpcId: "id"} }; }, init : function( field, container, multiple ) { diff --git a/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl index 799f4898f49..f76fdd59f51 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl @@ -192,7 +192,7 @@ short_desc_required: 'You must enter a Summary for this [% terms.bug %].', version_required: - 'You must select a Version for this [% terms.bug %].', + 'You must select a Version for this [% terms.bug %].' } }; [% IF javascript %]