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 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">