#9276 closed (fixed)
class="inline-related " for stacked inline editables in admin has trailing space
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I needed to view the source for an admin webpage with a stacked inline editable in it and noticed that the css class name "inline-related " has a trailing space.
The problem seems to be here < http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/templates/admin/edit_inline/stacked.html#L8 >.
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 16 years ago
Attachment: | stacked_html.diff added |
---|
comment:2 by , 16 years ago
Has patch: | set |
---|
Very trivial but on the upside I get a chance to submit a patch for Django, something I haven't done before. :-) Hopefully I've done it correctly.
comment:3 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Perfect! (getting you to do it that was sort of the aim)
Now go patch some more meaty tickets ;)
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Stupidly trivial, but hey - it's obviously a trivial fix. Want to provide a patch to make it even more trivial to fix? Thanks