Why is code appearing on my privacy policy page?

Hello All,

I am having a problem with code showing up on my privacy policy page. It shows up just above the text I entered.
This is page that has the problem: https://fdmshop.nl/policies/privacy-policy

As far as I can tell this isn’t happening anywhere else. Could someone please help me get rid of it or at least hide it?

1 Like

@Asokam that is an html comment getting output as escaped text, or the website has more malformed html causing html-comments to display. The html-comment is surrounding some CSS ruels.

If you need this fixed then contact me by mail for services.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact info in signature.

But first, double check the actual policy content does not have a html comment inside it.

If you’ve added a custom-html or custom-liquid block to templates check that.

If you’ve done other customizations recently test a backup theme for this problem, and use the backup if the issue is gone.

Etc, otherwise someone needs to root around and find out what went wrong.

I ended up going into the policy page and going into html editing mode in privacy policy text window. There I just deleted the HTML line as it wasn’t being executed anyway. Problem fixed.

Thanks for all the help.