summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-12 18:29:16 +0200
committerGitHub <noreply@github.com>2017-07-12 18:29:16 +0200
commite874d6ad1ce86e6916614c8bf35b2a5397ef023d (patch)
tree76159175bb68c4cc1907fc8f6f6931b786f57601 /extensions/BugModal
parent8af9293cbe8c5474b4f13038a05bb8c9a92806ad (diff)
downloadbugzilla-e874d6ad1ce86e6916614c8bf35b2a5397ef023d.tar.gz
bugzilla-e874d6ad1ce86e6916614c8bf35b2a5397ef023d.tar.xz
Bug 1380350 - invalid html - missing space before "required" attribute
Diffstat (limited to 'extensions/BugModal')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index c54f7c257..fbf8c2a48 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -219,7 +219,7 @@ END;
[% CASE constants.FIELD_TYPE_FREETEXT %]
[%# normal input field %]
- <input name="[% name FILTER html %]" id="[% name FILTER html %]" value="[% value FILTER html %]" [% aria_labelledby_html FILTER none %] [% "required" IF required %]>
+ <input name="[% name FILTER html %]" id="[% name FILTER html %]" value="[% value FILTER html %]" [% aria_labelledby_html FILTER none +%] [% " required" IF required %]>
[% CASE constants.FIELD_TYPE_USER %]
[% IF action && !action.hidden %]
<button class="field-button minor [%= action.class FILTER html IF action.class %]"