diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
commit | 3d438647120d283373125b3eab4c26d28868d392 (patch) | |
tree | b000c09f1e8c55f05596b624165cb1ba03c3f501 /src/web/_views/comments.php | |
parent | update comment (diff) | |
download | website-3d438647120d283373125b3eab4c26d28868d392.tar.gz website-3d438647120d283373125b3eab4c26d28868d392.tar.bz2 website-3d438647120d283373125b3eab4c26d28868d392.zip |
ie5
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>'; } |