This commit is contained in:
2025-11-25 17:25:40 +08:00
parent f093791c14
commit 833d125f64
56 changed files with 9428 additions and 4334 deletions
Regular → Executable
+1 -1
View File
@@ -25,7 +25,7 @@ include 'views/layouts/header.php';
<!-- Биография автора -->
<?php if (!empty($user['bio'])): ?>
<div style="background: var(--card-background-color); padding: 1.5rem; border-radius: 8px; margin: 1rem 0; text-align: left;">
<?= $Parsedown->text($user['bio']) ?>
<?= e($user['bio']) ?>
</div>
<?php endif; ?>