Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3

git-svn-id: https://develop.svn.wordpress.org/trunk@5290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-20 03:52:41 +00:00
parent c883733d72
commit c2bb150496
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
?>
<p class="nocomments">This post is password protected. Enter the password to view comments.<p>
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<?php
return;