aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/post.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/templates/post.php')
-rw-r--r--src/view/templates/post.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/templates/post.php b/src/view/templates/post.php
index 5cf35c2..d0d01b2 100644
--- a/src/view/templates/post.php
+++ b/src/view/templates/post.php
@@ -1,10 +1,10 @@
1<?php declare(strict_types=1); ?> 1<?php declare(strict_types=1); ?>
2<article> 2<article>
3 <div class="article_content"> 3 <div class="post_content">
4 <div class="article_title_zone"> 4 <div class="article_title_zone">
5 <?= $share_button ?> 5 <?= $share_button ?>
6 </div> 6 </div>
7 <div id="<?= $id ?>" class="html_from_editor"> 7 <div id="<?= $id ?>">
8 <?= $html ?> 8 <?= $html ?>
9 </div> 9 </div>
10 <div class="article_admin_zone"> 10 <div class="article_admin_zone">