Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1967 closed defect (duplicate)

Ampersands in object name are not escaped in admin change_form breadcrumbs.

Reported by: mika+django-ticket@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Ampersands in the object name are not escaped to & in admin's change_form template breadcrumbs. Example:

<div class="breadcrumbs">

<a href="../../../">Home</a> &rsaquo;

<a href="../">Static pages</a> &rsaquo;

Info & Contact

</div>

Change History (1)

comment:1 by anonymous, 18 years ago

Resolution: duplicate
Status: newclosed

This is the same as #2006.

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