Apologies. Yes, I'm using Editor Advanced Link module → on my site.
Also, the attributes are the only thing being stripped now as the link does remain.
<a href="#" target="_blank" title="Title text" aria-label="Aria label"><i class="fa-brands fa-facebook fa-fw"> </i></a>
now becomes:
<a href="#"><i class="fa-brands fa-facebook fa-fw"> </i></a>
Ok, I tried the patch, cleared the cache and the original problem seemed to have been fixed. I can now use fa-fw
without it being stripped.
However, the anchor problem still persists where it strips out the following extra attributes in my one example: target="_blank" title="Title text" aria-label="Aria label"
.
Ok, glad the fa-fw
problem isn't just me.
As for the stripping of links, here's a screenshot of my profile. As you can see, I have the Link plugin enabled.
Regarding the target="_blank"
, I mispoke. I didn't realize that wasn't working for me either anymore.
SnowCoder → created an issue.
SnowCoder → created an issue.
Can confirm that uninstalling/reinstalling did correct the very strange issue. Thanks for your help!
SnowCoder → created an issue.