se
This commit is contained in:
parent
75e72d8dd2
commit
d2e8e6994b
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
$txt_nbdetail = ($nbdetail < 10) ? "0".$nbdetail : $nbdetail;
|
||||
?>
|
||||
<span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2"><?= $txt_nbdetail; ?></span>
|
||||
<span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2 fs-6"><?= $txt_nbdetail; ?></span>
|
||||
Loading…
Reference in New Issue
Block a user