Author Login
Post Reply
Hi!
Chrome complains about unmatched </meta> tags.
My .tml file contains meta lines as ...
<meta name="description" content="${descriptionTag}" />
... so it must be T5's template processer that splits the <meta /> into
<meta></meta> which seems to be not valid.
Is the any way that I can get rid of these warnings and instruct T5 to do it
differently ?
Thanks in advance!
Gunnar Eketrapp
=======================================================
HTML output ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="Diamondbet hjälper dig att bli en bättre spelare med en
unik pokerskola. Vi skapar vinnare!" name="description"></meta>
<meta content="Gaming, Poker, Casino, Academy, Delägande, Pokerskola,
Vinnare" name="keywords"></meta>
...