#1967 closed defect (duplicate)
Ampersands in object name are not escaped in admin change_form breadcrumbs.
Reported by: | 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> ›
<a href="../">Static pages</a> ›
Info & Contact
</div>
Note:
See TracTickets
for help on using tickets.
This is the same as #2006.