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 9762def..2ed712f 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -12,7 +12,7 @@ echo '</div>'; } if (!$comments || !count($comments)) { - echo '<span>'. lang('no_comments') .'</span>'; + echo '<span class="no-comments">'. lang('no_comments') .'</span>'; } ?> <div class="new"> |