#36626 closed defect (bug) (duplicate)
Inserting a PDF in text editor produces double quotes in anchor href
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5 |
Component: | Media | Keywords: | needs-patch |
Focuses: | Cc: |
Description
When inserting a PDF file into the content via the text/HTML editor, the mark-up it produces is malformed:
<a href="http://src.wordpress-develop.dev/wp-content/uploads/2016/04/thing.pdf"">thing</a>
Note the two trailing "
's at the end of the href
attribute.
I believe this is a regression from 4.4, which seems to work okay, but included a rel=""
attribute, too.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Movie of bug in action