#36632 closed defect (bug) (duplicate)
[Bug] - Adding a media file output double closing speech mark at end.
Reported by: | JoelDenne | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
Adding a file (not image) via the media uploader out puts code with a double "" at the end of the href attribute.
Example:
<a href="http://mywebsite.com/wp-content/uploads/2016/04/pdf-file.pdf"">pdf-file</a>
Should be:
<a href="http://mywebsite.com/wp-content/uploads/2016/04/pdf-file.pdf">pdf-file</a>
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #36578.
Thanks for your report. This is already fixed and will be in 4.5.1, due out next week. Check out the RC announcement post for details.