]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1380350 - invalid html - missing space before "required" attribute
authorDylan William Hardison <dylan@hardison.net>
Wed, 12 Jul 2017 16:29:16 +0000 (12:29 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2017 16:29:16 +0000 (12:29 -0400)
extensions/BugModal/template/en/default/bug_modal/field.html.tmpl

index c54f7c25787fdee656c2b008ef62a2cb99f8e6f6..fbf8c2a48a54f3d5ba6fa86814bf625e735f0261 100644 (file)
@@ -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 %]"