An ebook I'm editing has some images that I wanted to be smaller. I added a width style:
Code:
<img style="width: 60%" src="images/xyz.jpg" alt=""/>
Calibre's editor flagged this and, when asked, auto-corrected to
Code:
<img style="width: 60%" _="" src="images/xyz.jpg" alt=""/>
My search skills are not adequate to find _="". Please explain the change.