/trunk/services/modules/0.1/moissonnage/cartes/FormateurSVG.php |
---|
213,6 → 213,8 |
$commentaire .= "le {$date} par {$station['auteur']}"; |
} |
$commentaires[] = trim($commentaire);//print_r($commentaires);echo "<br /><br />"; |
$test = $this->documentXML->createElement('title', implode('; ', $commentaires)); |
$maille->appendChild($test); |
$maille->setAttribute('title', implode('; ', $commentaires)); |
} |