Changes between Initial Version and Version 1 of Ticket #7084, comment 14
- Timestamp:
- 09/21/2016 05:03:26 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7084, comment 14
initial v1 1 1 Thanks for the rundown, @websupporter. 2 2 3 I think the proper way to fix this is to replace instances of `@` with `@` when grabbing the oEmbed HTML. We should do this only for at-mentions that are not already wrapped in links.3 I think the proper way to fix this is to replace instances of `@` with `@` when grabbing the oEmbed HTML. Since our at-mention filter looks explicitly for the `@` sign, this is a decent workaround. We should do this only for at-mentions that are not already wrapped in links. 4 4 5 5 `01.patch` includes unit tests and should fix this issue.