Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 660 → Rev 661

/trunk/scripts/bibliotheque/GenerateurNomSciHtml.php
141,8 → 141,8
$this->ajouterTypeEpithete($type);
$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
} else {
$message = "Nom #%s contient un épithète infra-spécifique mais son type n'est pas renseigné.";
$this->traiterErreur($message, array($this->num));
$message = "Nom #{$this->num} contient un épithète infra-spécifique mais son type n'est pas renseigné.";
throw new Exception($message);
}
}
return $html;