- Edit a content
- Insert 2 emails links consecutively
- Save
Only the second link is correct
HTML source code is:
<p> <a class="simple" href="">laurence@anyware-services.com</a> </p> <p> <a class="mailto" href="mailto:john.doe@free.fr">john.doe@free.fr</a> <script type="text/javascript"> ... </script> </p
[CMS-3973] The first email link is lost if content contains another one
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 3.4.1 [ 11396 ] |
Description |
Original:
* Edit a content
* Insert 2 emails links * In edition everything seems fine * Save Only the second link is correct Source code is: {code:xml} <p> <a class="simple" href="">laurence@anyware-services.com</a> </p> <p> <a class="mailto" href="mailto:john.doe@free.fr">john.doe@free.fr</a> <script type="text/javascript"> ... </script> </p {code} |
New:
* Edit a content
* Insert 2 emails links consecutively * Save Only the second link is correct HTML source code is: {code:xml} <p> <a class="simple" href="">laurence@anyware-services.com</a> </p> <p> <a class="mailto" href="mailto:john.doe@free.fr">john.doe@free.fr</a> <script type="text/javascript"> ... </script> </p {code} |
Attachment | New: Capture.PNG [ 13577 ] |