Opened 15 years ago
Closed 15 years ago
#11182 closed defect (bug) (fixed)
Category with ampersand (&) gets added to dropdown as &
Reported by: | aldenta | Owned by: | azaozz |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | JavaScript | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
When adding a new category, the name of the category is added to the Category Parent dropdown via javascript after the ajax call completes. If there is an ampersand in the category title it shows up in the dropdown as & instead of &.
Steps to reproduce
- Go to Admin->Posts->Categories
- Add new category with ampersand (&) in the name
- Look at the parent dropdown
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Confirmed behaviour & working patch.