Skip to content
Extraits de code Groupes Projets
Valider daaae29c rédigé par robocoder's avatar robocoder
Parcourir les fichiers

fix header causing HtmlUnit to think the result was xml

git-svn-id: http://dev.piwik.org/svn/trunk@2689 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 0c7446d4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,8 +10,8 @@ class HtmlTimerReporter extends HtmlReporter ...@@ -10,8 +10,8 @@ class HtmlTimerReporter extends HtmlReporter
function paintHeader($test_name) { function paintHeader($test_name) {
ob_start(); ob_start();
@header('Content-type: text/html; charset=' . $this->_character_set);
$this->sendNoCacheHeaders(); $this->sendNoCacheHeaders();
header('Content-type: text/html; charset=' . $this->_character_set);
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">"; print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">";
print "<html>\n<head>\n<title>$test_name</title>\n"; print "<html>\n<head>\n<title>$test_name</title>\n";
print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" . print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" .
...@@ -45,6 +45,7 @@ class HtmlTimerReporter extends HtmlReporter ...@@ -45,6 +45,7 @@ class HtmlTimerReporter extends HtmlReporter
print "</div>\n"; print "</div>\n";
print "</body>\n</html>\n"; print "</body>\n</html>\n";
@header('Content-disposition: ', true);
ob_end_flush(); ob_end_flush();
} }
} }
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter