diff options
Diffstat (limited to 'src/web/_views/comments.php')
| -rw-r--r-- | src/web/_views/comments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 01b1619..9762def 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 '<div class="span" class="date">' . $date . '</div>'; + echo '<div class="span date">' . $date . '</div>'; echo '<p class="content">' . esc($comment['content']) . '</p>'; echo '</div>'; } @@ -35,7 +35,7 @@ class="hidden" name="ref" value="<?=esc(base64_encode($ref))?>"> - <div><input + <input type="hidden" class="hidden" name="page" |