diff options
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r-- | src/web/_views/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 78cc1cb..bf30ec5 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -7,7 +7,7 @@ echo '<div class="comment">'; echo '<h3 class="header">' . esc($comment['author']) . '</h3>'; - echo '<span class="date">' . $date . '</span>'; + echo '<div class="span" class="date">' . $date . '</div>'; echo '<p class="content">' . esc($comment['content']) . '</p>'; echo '</div>'; } |