mirror of https://github.com/byecorps/id.git
Formatted BCID on profile page.
This commit is contained in:
parent
84e2c47d3a
commit
bc1f4209d0
|
@ -41,7 +41,7 @@ if ($_SESSION['id'] != $profile['id']) {
|
|||
<img src="<?= $avatar ?>" class="avatar" alt="Avatar">
|
||||
<div class="info">
|
||||
<div class="displayname"><?= $display_name ?></div>
|
||||
<div class="bcid"><?= $profile['id'] ?></div>
|
||||
<div class="bcid"><?= format_bcid( $profile['id'] ); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue