diff --git a/b2comments.php b/b2comments.php index 9481687a6..962790a1e 100644 --- a/b2comments.php +++ b/b2comments.php @@ -5,7 +5,7 @@ if (!empty($post->post_password)) { // if there's a password if ($HTTP_COOKIE_VARS['wp-postpass'] != $post->post_password) { // and it doesn't match the cookie - echo("Enter your password to view comments"); + echo("

Enter your password to view comments.

"); return; } }