summaryrefslogtreecommitdiff
path: root/src/web/_views/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r--src/web/_views/comments.php2
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>';
}