diff --git a/profile.php b/profile.php
index e0fa5050d8548e0a0c85b358b66f692a2ef5efda..0c38e6c3f3bd6fe194e2cf1c35ea3edd0efb6777 100644
--- a/profile.php
+++ b/profile.php
@@ -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>