Base64 image issue in the signed / unsigned certs

I added the base64 image for the logo in the CSV displayHTML field then the <img src(unknown) /> display in the signed certificate viewer.

when I have checked the test.json first with the added base64 image then works well when I’ve decoded.

after created the unsigned certificate and again taken the base64 image portion from JSON and decode it in the same tool but not worked because of \n so when I have removed the \n from base64 then the logo display but only half logo displayed.

It means some correction has been made by cert-tools while we generate the unsigned certificates using instantiate-certificate-batch -c conf.ini

I want to know what is the issue occurs while generating the unsigned certificate from CSV.

When I tried using different logos when it works fine.