Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 288 | Rev 1126 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 288 Rev 960
Line 32... Line 32...
32
		$html = $this->getVue(dirname(__FILE__).'/squelettes/metadonnees', $donnees);
32
		$html = $this->getVue(dirname(__FILE__).'/squelettes/metadonnees', $donnees);
33
		return $html;
33
		return $html;
34
	}
34
	}
Line 35... Line 35...
35
 
35
 
36
	public function executerAffichageMetaDonnees($donnees) {
36
	public function executerAffichageMetaDonnees($donnees) {
37
		header('Content-type: text/html');
37
		header('Content-type: text/html; charset=UTF-8');
38
		$html = $this->chargerMetadonneesHtml();
38
		$html = $this->chargerMetadonneesHtml();
39
		echo $html;
39
		echo $html;
40
		exit;
40
		exit;