The problem is with the HTML Cleaner library which K9 uses
(http://htmlcleaner.sourceforge.net/)
This does the 'cleans' the following
<ul><a href="...">Link text</a>
into this
<a href="..."></a>
<ul>
Link text
</ul>
so the link text is still there - just not inside the anchor tag - so you
can't click on it! Which makes the link unclikable.
No while this may be correct HTML it breaks the link and so makes the
email. Perhaps this should be reported as a bug to HTMLCleaner?
This is lazy formatting (using the ul tag without li tag to indent some
text) and I have contacted the sender but I'm not confident about them
wanting to fix this. I would rather have a more relaxed formatting of the
email which is still usable.
Has K9 recently started using HTML Cleaner?
Thanks
Paul
On Friday, January 6, 2017 at 12:38:15 PM UTC, Paul T wrote:
>
> After a bit more investigation I've found the problem only occurs with
> links in unnumbered lists <ul> elements where they do not have a list
> element <li>
>
> So for example, in K9 5.202 this will not display the clickable link
> <ul> <a href = " ... ">link does not show up</a> </ul>
> but this will work
> <ul> <li> <a href=" ... "> link text </a> </ul>
>
> T
>
--
You received this message because you are subscribed to the Google Groups "K-9
Mail" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.