Had the same issue.
Currently running 6.5.2, but I don't think the version matters.
Whatever is doing the parsing to export the data to PDF is expecting some kind of text to exist there... So I ended up testing a ton of methods finally finding the easiest way to do it.
Under the img tag, I simply added this line:
<p></p>
... View more