Default WordPress theme, Kubrick, is not valid?
First, I admit that only geeky WordPress designers like myself would find this amusing. It’s a small error in the WordPress default theme, Kubrick.
Here it is…

The paragraph tag is not closed correctly. If you have the Kubrick theme activated, on your password-protected post, the comments area will say, “This post is password protected. Enter the password to view comments.”
You can find that message in the Kubrick comments.php file as:
<p class=”nocomments”>This post is password protected. Enter the password to view comments.<p>
To close it correctly, it should be:
<p class=”nocomments”> </p>
I spotted this a long time ago while learning how to customize the comments template and thought that the WordPress people would fix it soon. Looks like they haven’t touched the comments.php file for a while, not even after WordPress had to update Kubrick for the 2.1 series.
I’m posting it now to reiterate the first rule in my WordPress tutorial series, which is close everything in the order that you open them.
While developing your own WordPress theme, you should validate all versions and templates of your theme, which should include the password-protected message. For a list of pages and template versions to validate, go to lesson number 16 of the tutorial series.

Great finding.
If anyone that actually modify theme using Kubrick will certainly fall into the error. Haha
Ha ha, awesomes. I don’t have any password-protected posts so I’ve never specifically checked that section on any theme I’ve used, but at least it’s an easy way to see if a theme is a modified Kubrick!
Seems you are after all the spamesigners
and wordpress bugs.
Well said
another wp easter egg….more please..:)
really strange … millions have used it … but it never came out before
I doubt that no one noticed it, maybe no one bothered to point it out?
I found that before. But you have hit on clear evidence that probally 80% of WP bloggers are not design savy. I believe someone posted about this issue before, at least I recall seeing info on this. I didn’t actually find it while using Kubrick, but hacking a comments form from another theme that took its comments section from Kubrick.
Whats frightening about this is that this bug is far reaching. does anyone have a clue the amount of theme’s that are hacked/based off of Kubrick?
hehe, simple error, but if you don’t use password protected posts you couldn’t know.
lol haha, happened to me last week when doing one of your tutorials — forgot to close paragraph tag and it left me wondering for a good 30 mins
WordPress.com is not valid too ?
Bitte einloggen Um einen Bookmark hinzufügen zu können, musst du dich einloggen. Solltest du noch nicht angemeldet sein, kannst du dich hier kostenlos
Great FInd and keep finding small mistake of great programmers
Looks like somebody picked it up. This has been fixed in WordPress 2.5
I am curious did they mention anywhere about or who reported that bad tag error on WPorg?