Opened 15 months ago
Closed 15 months ago
#20113 closed defect (bug) (fixed)
Remove extra trailing double quote from metabox contextual help tabs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Validation | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The admin contextual help menu sets an "active" class for a single list item. If active there is a string ' class="active"' added to the element, else empty string.
The markup for the contextual help tabs includes an extra trailing double quote at the end of the opening <li>, creating bad markup.
Patch removes that single character since the id and class attributes are already properly enclosed in double quotes.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

remove trailing double quote