diff options
Diffstat (limited to 'src/web/_views/_template/comment.php')
-rw-r--r-- | src/web/_views/_template/comment.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/_views/_template/comment.php b/src/web/_views/_template/comment.php index b947ff6..f8a0ff5 100644 --- a/src/web/_views/_template/comment.php +++ b/src/web/_views/_template/comment.php @@ -7,6 +7,8 @@ <strong><?=$this->format_name($user)?></strong> <span class="subtext ml"><?=$this->format_date($comment['created'])?></span> </div> - <?=$comment['content']?> + <p class="content"> + <?=$comment['content']?> + </p> </div> </div> |