Preview
Issue #2
There is no break after "Mercedes-Benz E 200".
- Rodrigo Vieira
- I don't added a break line.
If you see the HTML structure in preview you can see:
<p>
<b>Mercedes-Benz E 200</b>
<b>не обещал сюрпризов....</b>
</p>
because in the source you have:
<p>
<span>
<b>Mercedes-Benz E 200</b>
</span>
<b>не обещал сюрпризов....</b>
</p>
badly formatted html structure.
So, this "problem" is only on this page.
I think that it's not critical.
- Type of issue
- Author added their own content
- Reported
- Mar 11, 2019