R
R
rinatoptimus2014-05-27 08:38:50
CMS
rinatoptimus, 2014-05-27 08:38:50

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

1 answer(s)
1
1001001 111, 2014-05-27
@rinatoptimus

try swapping
c
<title><?php echo $page['title']; ?></title>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question