diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-08-03 23:59:32 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-03 23:59:32 +0200 |
commit | 5ba1d524f4bab646b54b589db77afd1b23b0b729 (patch) | |
tree | 9c65f1183234d416023c23eeec3ecebc37d9e861 /template | |
parent | 4b55507617d308ffda2803c2815d49028fc22b1c (diff) | |
download | bugzilla-5ba1d524f4bab646b54b589db77afd1b23b0b729.tar.gz bugzilla-5ba1d524f4bab646b54b589db77afd1b23b0b729.tar.xz |
Bug 584069: IE6 throws many JS errors
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 799f4898f..f76fdd59f 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 %] |