Not a bug Embedded image alt attribute set to "[​IMG]"

DeltaHF

Well-known member
When embedding an image into a post, the "alt" attribute in the resulting HTML is set to "[​IMG]". This can be replicated here on xenforo.com. For example:

bmwvgt_002-638x358.jpg


Results in the following HTML when the page source is viewed:

HTML:
<img src="proxy.php?image=http%3A%2F%2Fwww.gtpla.net%2Fwp-content%2Fuploads%2F2014%2F05%2Fbmwvgt_002-638x358.jpg&amp;hash=a5c6ad330e97bcb8c4bac900e9c402b2" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://www.gtpla.net/wp-content/uploads/2014/05/bmwvgt_002-638x358.jpg" />
 
Top Bottom