Opened 16 years ago

Closed 16 years ago

#6116 closed (fixed)

[patch] Admin's changelist table gets HTML class atribute escaped.

Reported by: zlobnyi antisvin <antisvin@…> Owned by: nobody
Component: contrib.admin Version: dev
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

It's a rather trivial fix, as seen from the patch.

Attachments (1)

admin_list__result_headers__mark_safe.diff (731 bytes ) - added by zlobnyi antisvin <antisvin@…> 16 years ago.
Add mark_safe function call

Download all attachments as: .zip

Change History (3)

by zlobnyi antisvin <antisvin@…>, 16 years ago

Add mark_safe function call

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

Component: Contrib appsAdmin interface
Triage Stage: UnreviewedReady for checkin

The exact same change was made on the newforms-admin branch as part of r6782, and since I happened to be running with trunk at the moment I verified the supplied patch applies and works correctly there as well.

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [6888]) Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi antisvin.

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