I’m currently working on a website and I have a bug that I can not fix.
I have created a popup but when this popup is opened all the text inside is bold because it has tags around it. I do not understand why this is as my text his not set to bold or anything.
Most of the time this happens, it’s because there is some unclosed <b> tag somewhere. Usually, it’s on the first bold text. Please check for any unclosed tags, and it should solve the problem
For additional suggestion, you can also try to start removing elements, and see when the error goes away - this way you will know which element is a problem, so you check that one. I found this method faster
Please let me know if you were able to solve the issue
Matej
as @Matej already mentioned the issue is probably caused by an unclosed tag. Have a look at the “Site par Biwou” notice in your footer. There is an opening <b> tag without a matching closing tag: