Unknown tags inserted within the code
I have a page translated in German where unexpectly some <strong> tags appear for no reason. I didn't insert them.
The item is a feature list and this is the code in Italian and English:
<div class="column mcb-column mcb-item-mlti27oyj one column_feature_list">
<div class="feature_list" data-col="3">
<ul>
<li>
<span class="icon">
<i class="icon-check">
</i>
</span>
<p>private bathroom</p>
</li>
[.....]
while on the German translation it comes out to be like this:
<div class="column mcb-column mcb-item-oin9w2qqc one column_feature_list">
<div class="feature_list" data-col="3">
<ul>
<li>
<strong>
<strong>
<span class="icon">
<i class="icon-check">
</i>
</span>
<p>Barservice H24</p>
</strong>
</strong>
</li>
Those 2 <strong> tags appears from nowhere and they create a bad display of the list (ie not aligned).
How can I remove those?
Thanks
Comments
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine.
Thanks!