Changes between Initial Version and Version 1 of Ticket #10958, comment 11


Ignore:
Timestamp:
Dec 18, 2016, 4:49:19 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10958, comment 11

    initial v1  
    660.11.2 with my patch output:
    77{{{
    8 <li>a href="mailto:email@%E2%80%A6">text</a> some more text</li>
     8<li><a href="mailto:email@%E2%80%A6">text</a> some more text</li>
    99}}}
    10100.11.4 output:
    1111{{{
    12 <li>a href="mailto:email@example.com">text</a> some more text</li>
     12<li><a href="mailto:email@example.com">text</a> some more text</li>
    1313}}}
    14 (removed '<' from '<a' because of spam filter)