Skip to content

Commit

Permalink
Correction italiques sur rang
Browse files Browse the repository at this point in the history
cf. Demande 149
  • Loading branch information
LDWP committed Dec 11, 2023
1 parent 88dbf33 commit fcc83d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_wrms.php
Expand Up @@ -586,7 +586,7 @@ function m_wrms_infos(&$struct, $classif) {
$tmp['eteint'] = $res['eteint'];
}
if (isset($res['rang'])) {
$tmp['rang'] = $res['nom'];
$tmp['rang'] = $res['rang'];
} else {
if (isset($struct['taxon']['rang'])) {
$tmp['rang'] = $struct['taxon']['rang'];
Expand Down

0 comments on commit fcc83d6

Please sign in to comment.