update gettext
This commit is contained in:
parent
b0f09b5d06
commit
1ede4d26af
7 changed files with 951 additions and 302 deletions
|
|
@ -48,7 +48,7 @@ for ($i = 0;$i< $nb;$i++)
|
|||
$row=Database::fetch_array($res,$i);
|
||||
echo "<li>";
|
||||
echo $row['code'];
|
||||
echo '<span class="informal"> '._($row['description']??"").'</span></li>';
|
||||
echo '<span class="informal"> '._($row['description']??" ").'</span></li>';
|
||||
}
|
||||
echo "</ul>";
|
||||
if ( $nb == 0 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue