Opened 16 years ago

Closed 16 years ago

#6078 closed (fixed)

Admin escapes non-breaking spaces for empty fields in change list

Reported by: Thomas Kerpe Owned by: jkocherhans
Component: contrib.admin Version: newforms-admin
Severity: Keywords: newforms, admin, escape, sprintdec01
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Same Bug as #5976 but in Newforms Admin.
Same Patch will work.

Attachments (1)

6078.patch (703 bytes ) - added by Thomas Kerpe 16 years ago.

Download all attachments as: .zip

Change History (8)

by Thomas Kerpe, 16 years ago

Attachment: 6078.patch added

comment:1 by Thomas Kerpe, 16 years ago

Has patch: set
Status: newassigned

comment:2 by Thomas Kerpe, 16 years ago

Keywords: sprint1dec added

comment:3 by Thomas Kerpe, 16 years ago

Keywords: sprintdec01 added; sprint1dec removed

comment:4 by anonymous, 16 years ago

Owner: changed from Thomas Kerpe to anonymous
Status: assignednew

comment:5 by Karen Tracey <kmtracey@…>, 16 years ago

Note, this did work yesterday, for some reason the mark_safe around &nbsp. was removed in r6782.

comment:6 by jkocherhans, 16 years ago

Owner: changed from anonymous to jkocherhans
Status: newassigned

Ooops. Thanks Karen. I didn't mean to do that. Probably some weirdness with merging from trunk. Fixing momentarily.

comment:7 by jkocherhans, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [6784]) newforms-admin: Fixed #6078. Blank spaces in the chnage list are now marked safe. Thanks toke and Karen Tracy.

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