Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1159 → Rev 1160

/trunk/scripts/bibliotheque/GenerateurNomSciHtml.php
124,11 → 124,11
 
if ($type == 'agg.') {
// Ajout de l'infra gen avant le type s'il est égal à agg.
$html = ' '.$this->ajouterBaliseInfraGen().
$html = ' '.$this->compo_nom['epithete_infra_generique'].
' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
} else {
$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type).
' '.$this->ajouterBaliseInfraGen();
' '.$this->compo_nom['epithete_infra_generique'];
}
return $html;
}