Opened 13 years ago
Closed 13 years ago
#20113 closed defect (bug) (fixed)
Remove extra trailing double quote from metabox contextual help tabs
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Validation | Keywords: | has-patch |
Focuses: | 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