Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 959 → Rev 960

/trunk/modules/fiche_metadonnees/FicheMetadonnees.php
34,7 → 34,7
}
 
public function executerAffichageMetaDonnees($donnees) {
header('Content-type: text/html');
header('Content-type: text/html; charset=UTF-8');
$html = $this->chargerMetadonneesHtml();
echo $html;
exit;