Missing closing ” in img alt tags
-
Alt-tags in img aren’t closed properly here.
In class-bbcode.php is a ” missing on line 314 at the end.The corrected code which works for me:
return '<img src="'.$content.'" alt="'.$alt.'" title="'.$alt.'" />';
Can you please add this fix to the next plugin update? Thank you!
- The topic ‘Missing closing ” in img alt tags’ is closed to new replies.