Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 539 → Rev 540

/trunk/jrest/services/ImageRDF.php
122,7 → 122,7
// Envoi du xml au navigateur
header("Content-Type: text/xml");
echo utf8_encode(html_entity_decode(str_replace(' & ', ' & ', $xml)));
echo utf8_encode(str_replace(' & ', ' & ', $xml));
 
}
129,4 → 129,4
 
 
}
?>
?>