Answer the question
In order to leave comments, you need to log in
Head is transferred to body, how to fix it (DLE)?
Main.tpl contains <header>
something like this:
<header>
{headers}
<meta ...
<meta ...
<link ...
</header>
<style>...</style>
, and all meta tags, links, counters, etc. are transferred to <body>
. Can anyone come across, tell me where to fix it and in general why is this happening?
Answer the question
In order to leave comments, you need to log in
Most likely unclosed tags. You can tell for sure just by looking at main.tpl
I'm stupid or the skis don't go, but isn't it supposed to be like that
<!DOCTYPE html>
<html lang="ru">
<head>
{headers}
<meta ...>
<meta ...>
<link ...>
</head>
<body>
<header>
тут что то и так далее
</header>
</body>
</html>
<head></head>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question