View | Details | Raw Unified | Return to bug 38839
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-2 lines)
Lines 242-248 Link Here
242
                            id="[% mv.id | html %]"
242
                            id="[% mv.id | html %]"
243
                            name="[% kohafield | html %]"
243
                            name="[% kohafield | html %]"
244
                            value="[% mv.value | html %]"
244
                            value="[% mv.value | html %]"
245
                            maxlength="[%- mv.maxlength | html -%]"
246
                            aria-invalid="false"
245
                            aria-invalid="false"
247
                        />
246
                        />
248
                    [% END %]
247
                    [% END %]
249
- 

Return to bug 38839