diff --git a/view_entry.php b/view_entry.php index f85a2f84d..9df2d6250 100644 --- a/view_entry.php +++ b/view_entry.php @@ -891,12 +891,12 @@ if ( $num_comment == 0 ) echo translate ( 'None' ) . '
'; else { -echo ' - ' . $num_comment . ' ' . translate ( 'comments' ) . ' + echo ' + ' . $num_comment . ' ' . translate('comments') . ' -
+ . translate('Show') . '' + . '
' . $comment_text . '
'; // We could put the following JS in includes/js/view_entry.php, // but we won't need it in many cases and we don't know whether