Hi, I'm using your module and I like it, but there's a problem. On this page the icons seem not to align correctly, but on all other pages (for instance links) they do work.
After taking a hard look at the HTML I fixed it. The problem was that there was a br-tag after the line (before the closing a-tag)
Bla bla bla <a href="http://www.example.com/">www.example.com<br /> </a> More bla bla
It should be, something like this.
Bla bla bla <a href="http://www.example.com/">www.example.com</a><br /> More bla bla
Closed issue.
Comments
Comment #1
xl-network commentedAfter taking a hard look at the HTML I fixed it. The problem was that there was a br-tag after the line (before the closing a-tag)
It should be, something like this.
Comment #2
xl-network commentedClosed issue.