Opened 15 years ago
Closed 15 years ago
#9448 closed defect (bug) (duplicate)
Punctuation in blog title results in html validation error for the link tag title attribute
Reported by: | designsimply | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | General | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Punctuation should be stripped from the link title attribute:
Example:
< link rel='index' title='Joe's Blog' href='http://example.wordpress.com' />
Should be:
< link rel='index' title='Joes Blog' href='http://example.wordpress.com' />
Change History (3)
Note: See
TracTickets for help on using
tickets.
Please provide the name of the theme and the version of wordpress you are having this problem with.