This is Bugzilla
Bugzilla Version 2.22.1-debian2
View Bug Activity | Format For Printing | XML | Clone This Bug
Minor as a simple workaround is to add a space(*) inside the "a" element. (*): and not an non-breaking space as it may generate a new line if preceeded or followed by block-level elements!
AFAICU "a" just needs to be added to the org.wyona.yanel.core.serialization.HTMLSerializer#nonCollapsableElements array.
the same thing also happens with the <span> tag, this should also be non-collapsible.
I guess it happens with all open tags which are not listed in org.wyona.yanel.core.serialization.HTMLSerializer#nonCollapsableElements