Update Index.php

This commit is contained in:
themohooks 2025-02-21 23:30:47 +03:00
parent e82faca521
commit 540e643e9a

View file

@ -225,7 +225,7 @@ $birthdate = json_decode($userprofile->i('content'), true)['aboutbirthday']['val
<div class="p20" style="margin-top: 8px; background-color: white !important;"> <div class="p20" style="margin-top: 8px; background-color: white !important;">
<h4>О себе</h4> <h4>О себе</h4>
<?= <?=
$about htmlspecialchars($about)
?> ?>
</div> </div>
<?php } else if ($usercttc === True) { <?php } else if ($usercttc === True) {