diff options
Diffstat (limited to 'src/web/_views/_template/post.php')
-rw-r--r-- | src/web/_views/_template/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/_template/post.php b/src/web/_views/_template/post.php index f7f5de2..53596d7 100644 --- a/src/web/_views/_template/post.php +++ b/src/web/_views/_template/post.php @@ -8,7 +8,7 @@ <span class="subtext"><?=$this->format_date($post['created'])?></span> </div> </div> - <p> + <p class="content"> <?=$post['content']?> </p> <?php |