Also one small fix for public view

This commit is contained in:
mirivlad 2025-11-27 15:05:40 +08:00
parent 3edfa05f46
commit b32c26cb04
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ include 'views/layouts/header.php';
<?php foreach ($chapters as $index => $chapter): ?>
<div class="chapter-content mb-5" id="chapter-<?= $chapter['id'] ?>">
<h2 class="border-bottom pb-2 mb-4">
Глава <?= $index + 1 ?>: <?= e($chapter['title']) ?>
<?= e($chapter['title']) ?>
</h2>
<div class="chapter-text" style="line-height: 1.8; font-size: 1.1em;">