Opened 3 years ago
Closed 3 years ago
#11221 closed enhancement (invalid)
inconsistency: ' " in dropdown html form output
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Template | Version: | |
| Severity: | trivial | Keywords: | reporter-feedback |
| Cc: |
Description
just noticed the output code is a mix of ' " - fine with html rendering, but hard to use within ajax context.
would be nice to have line 365 edited - ?
Change History (2)
- Keywords reporter-feedback added
- Milestone changed from Unassigned to Future Release
- Type changed from feature request to enhancement
- Milestone Future Release deleted
- Resolution set to invalid
- Status changed from new to closed
agreeing with scribu. jQuery should be used here, and the " or ' should make no difference.
closing pending feedback.
Note: See
TracTickets for help on using
tickets.

I don't see how it would cause problems in an AJAX context, as long as you're using jQuery to find elements. Please explain.
Also, line 365 of what file?