Answer the question
In order to leave comments, you need to log in
How to properly display the site?
tatangar.ru - a site on a CMS unknown to me, there is no way to set up a title in the admin panel. And the problem is that this title is displayed incorrectly: in FF it is displayed normally, in Chrome - with cracks. If you look at the source code of the page - the same thing - kryakozyabry.
title is output via a variable:
<!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>
<title><?php echo $page['title']; ?></title>
<meta name="description" content="<?php echo htmlspecialchars($page['description']); ?>" />
<meta name="keywords" content="<?php echo htmlspecialchars($page['keywords']); ?>" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question