Broken HTML has been detected in your theme's sections/main-product.liquid file.

Hello everyone!

I’m getting this error when opening the Product Template in my store editor. It’s only just started recently as far as I’m aware.

I’ve heard these can be due to missing html close tags, etc, but is there an easy way to identify the issue? I’m not a coder, unfortunately :persevering_face:

The site is https://gardenhearth.co.uk

Any help would be greatly appreciated! :folded_hands:

Hi,

Hope this will work

  • Open main-product.liquid
  • Copy code into HTMLHint
  • Fix any missing/extra tags , Save and test

Here’s an example:


  

Product name

  

Product name

If you see this kind of issue, just:

Add missing closing tag (usually ,

, etc.)

That sounds exactly like what I need :slightly_smiling_face:

But do you mean this? https://htmlhint.com/

I’ve got no idea how to use it. Will have to find some guidance or an alternative.