aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-13 14:34:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-13 14:34:16 +0200
commitd725139ad63d4dda923bdf2bd36ce6f56ff13a94 (patch)
treea4af0abfb91b82cbbc240e4d984004a8f286267d /template/en/default/bug/field.html.tmpl
parent2ca129b9c3ddab54df2e3c1f268b424028e20261 (diff)
downloadbugs-d725139ad63d4dda923bdf2bd36ce6f56ff13a94.tar
bugs-d725139ad63d4dda923bdf2bd36ce6f56ff13a94.tar.gz
bugs-d725139ad63d4dda923bdf2bd36ce6f56ff13a94.tar.bz2
bugs-d725139ad63d4dda923bdf2bd36ce6f56ff13a94.tar.xz
bugs-d725139ad63d4dda923bdf2bd36ce6f56ff13a94.zip
Bug 1137307: Bug reports are not valid HTML5 pages
r=dkl a=glob
Diffstat (limited to 'template/en/default/bug/field.html.tmpl')
-rw-r--r--template/en/default/bug/field.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 59dd140db..f1ddf633f 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -9,6 +9,7 @@
[%# INTERFACE:
# field: a Bugzilla::Field object
# value: The value of the field for this bug.
+ # field_hidden (optional): boolean; if true, the field is hidden by default.
# override_legal_values (optional): The list of legal values, for select fields.
# editable: Whether the field should be displayed as an editable
# <input> or as just the plain text of its value.
@@ -202,7 +203,7 @@
value="[% value FILTER html %]">
<div id="[% field.name FILTER html %]_autocomplete"></div>
</div>
- <script type="text/javascript" defer="defer">
+ <script type="text/javascript">
if (typeof YAHOO.bugzilla.field_array === "undefined")
YAHOO.bugzilla.field_array = [];
YAHOO.bugzilla.field_array["[% field.name FILTER js %]"] = [