From: Guy Pyrzak Date: Tue, 3 Aug 2010 21:59:32 +0000 (+0200) Subject: Bug 584069: IE6 throws many JS errors X-Git-Tag: bugzilla-4.1.1~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba1d524f4bab646b54b589db77afd1b23b0b729;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 3653d21303..34f37e39ef 100644 --- a/js/field.js +++ b/js/field.js @@ -690,7 +690,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 %]