blob: 0a729af5133a6d41203f0700eff60e50238857c4 (
plain)
The markdown syntax states that emails are written with html entities, but in ikiwiki only one part is encoded as it. For reference see http://daringfireball.net/projects/markdown/syntax#misc.
In the HTML page I get this:
<a href="mailto:XXXXXXXXXX@gmail.com">mmassonnet@gmail.com</a>
while it the href="" attribute should also be encoded.
--mike
|