Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28278 closed Bug (fixed)

A required AdminFileWidget generates invalid HTML

Reported by: Andy Grabow Owned by: nobody
Component: contrib.admin Version: 1.11
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The widget's template has a </span> in an incorrect location.

PR

Change History (2)

comment:1 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 525dc28:

Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.

comment:2 by Tim Graham <timograham@…>, 7 years ago

In 992f143b:

[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.

Backport of 525dc283a68c0d47f5eb2192cc4a20111d561ae0 from master

Note: See TracTickets for help on using tickets.
Back to Top