Alt property is removerd from image when I use Hammy
-
Everything works fine, except that, the
alt
propery of image is removed from it. This is what I have in my post:<img src="my-img.jpg" alt="some alternative text">
and This is what I get in page:
<figure ....> <img src="my-img.jpg" alt> </figure>
What should I do to solve this problem?
- The topic ‘Alt property is removerd from image when I use Hammy’ is closed to new replies.