jimie VIP
Total posts: 531
24 May 2014 11:13

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

Last Modified: 25 May 2014


Sergey
Total posts: 13,748
25 May 2014 23:28

It is not nesessary for HTML5 any more. Probably your template is not in HTML5 standards. What is the DOCTYPE of your template?

Powered by Cobalt