From: Guy Pyrzak Date: Tue, 3 Aug 2010 22:01:05 +0000 (+0200) Subject: Bug 584069: IE6 throws many JS errors X-Git-Tag: bugzilla-3.7.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6085cb1ea405f72031727ba4792aeb9c7f54e176;p=thirdparty%2Fbugzilla.git Bug 584069: IE6 throws many JS errors r/a=LpSolit --- diff --git a/js/field.js b/js/field.js index 4734dc9be1..3de4a69ab3 100644 --- a/js/field.js +++ b/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/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 799f4898f4..f76fdd59f5 100644 --- a/template/en/default/global/header.html.tmpl +++ b/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 %]