diff options
Diffstat (limited to 'src/web/_views/_template/post.php')
| -rw-r--r-- | src/web/_views/_template/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/_template/post.php b/src/web/_views/_template/post.php index 53596d7..9290f20 100644 --- a/src/web/_views/_template/post.php +++ b/src/web/_views/_template/post.php @@ -8,9 +8,9 @@ <span class="subtext"><?=$this->format_date($post['created'])?></span> </div> </div> - <p class="content"> + <p class="content"><div> <?=$post['content']?> - </p> + </div></p> <?php $liked = $post['like_id'] ? 'btn-primary' : ''; $post_attrs = array( |