Hello Sergey
I was doing some html validations and found that Cobalt is inserting the <img src="/" tag without a correct closer
Now it is something like:
<img src="/media/mint/icons/the-image-it-inserts.jpg" align="absmiddle" >
and it should be something like:
<img src="/media/mint/icons/the-image-it-inserts.jpg" align="absmiddle" />
So at the end of closing <img tag instead of " > " sign it need to place " /> "
Rgds
Hello Sergey
I was doing some html validations and found that Cobalt is inserting the <img src="/" tag without a correct closer
Now it is something like:
<img src="/media/mint/icons/the-image-it-inserts.jpg" align="absmiddle" >
and it should be something like:
<img src="/media/mint/icons/the-image-it-inserts.jpg" align="absmiddle" />
So at the end of closing <img tag instead of " > " sign it need to place " /> "
Rgds