You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
henryhadlow
changed the title
If a paragraph just contains a link, the js injects into the html tags
If a paragraph just contains a link, the js injects into the html tags
Jul 14, 2015
henryhadlow
changed the title
If a paragraph just contains a link, the js injects into the html tags
If a paragraph just contains a link, the js injects into the html tags
Jul 14, 2015
This breaks the link.
For example:
<p><a href="mailto:[email protected]">[email protected]</a></p>
is transformed into
<a href="mailto:[email protected]">mailto:[email protected]</a href="mailto:[email protected]">
in Chrome 43The text was updated successfully, but these errors were encountered: