How can I remove an extra character from the top of my webpage?

Hi there Community,

I founded some extra character in the top of my page as in :

https://lepetitbrekkie.com/collections/img-src-https-cdn-shopify-com-s-files-1-0534-1865-5897-files-chef-series-png-v-1634199919-style-display-block-height-200px-width-200px-margin-0-auto

I struggled to find this code and get rid of that extra text, can anybody help me?

Thanks Bruno

It looks like you have probably put in (or left out) 1 or 2 extra speech marks ". The "/> you can see at the top of your page are a closing tag for HTML which isn’t being read by the browser as HTML. If you look near the top of your < body > tags you will hopefully find the culprit.

Thanks I could see that on the browser inspector but how I find the file that correspond to that collection?