Make WordPress Core

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's profile 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)

#1 @hakre
15 years ago

  • Keywords reporter-feedback added

Please provide the name of the theme and the version of wordpress you are having this problem with.

#2 @Denis-de-Bernardy
15 years ago

  • Keywords needs-patch added; reporter-feedback removed
  • Milestone changed from Unassigned to 2.8
  • Version set to 2.8

It's the get_index_rel_link() function

#3 @ryan
15 years ago

  • Milestone 2.8 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

See #9540

Note: See TracTickets for help on using tickets.