Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá,
tenho um arquivo topo.php
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Teste para o Chrome</title>
</head>
<body>
um rodape.php
</body>
</html>
e um index.php
<?php include("topo.php"); ?>
<?php include("rodape.php"); ?>
Simplesmente quando abro a index no Chrome, ele perde o **Doctype** e **insere aspa dupla bizarras** entre o <head> conforme imagem abaixo:
/applications/core/interface/imageproxy/imageproxy.php?img=http://img834.imageshack.us/img834/1053/chromet.png&key=f484cfa72b5d36dca0f28b1b4aae59e3674c0e8d21984cc58389c3078cacf679" alt="chromet.png" />
Alguém já passou por isso? Sabe como resolver?
Carregando comentários...