XF 1.5 Embed img Alt

i found a code in base.php

protected $_imageTemplate = '<img src="%1$s" class="bbCodeImage%2$s" alt="[&#x200B;IMG]" data-url="%3$s" />';

how can i change this with a real alt text for image
 
How can i modify this code part for alt text support:

protected $_imageTemplate = '<img src="%1$s" class="bbCodeImage%2$s" alt="[&#x200B;IMG]" data-url="%3$s" />';

i 'll post to my forum: <img src... alt="xxxxxx"..
 
Top Bottom