WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#2746 closed defect (bug) (worksforme)

Replace < and > sign in title for links

Reported by: koendr Owned by: anonymous
Priority: normal Milestone:
Component: General Version: 2.0.2
Severity: normal Keywords:
Cc:

Description

Inserting a link on text works succesful. But using < and > signs in the title for that link gives errors due to not translating them to their html entities. Further page content is interpreted wrong by browser.

Change History (4)

comment:1 skeltoac7 years ago

Three things make a bug report workable:

Steps to reproduce. (Which editor? Don't be vague.)

What you expected. (Done.)

What happened. (Done.)

Please fill in the missing information.

comment:2 filosofo7 years ago

Step to reproduce:
Make this your title: Check out <a href="http://www.cnn.com" title="CNN > others">this site</a>

However, since titles are usually within anchor tags, this would produce invalid XHTML (nested links) anyways.

comment:3 Nazgul7 years ago

  • Milestone set to 2.1
  • Resolution set to worksforme
  • Status changed from new to closed

This appears to be already fixed in trunk.

comment:4 Nazgul6 years ago

  • Milestone 2.1 deleted
Note: See TracTickets for help on using tickets.