Index: wp-includes/template-functions-general.php
===================================================================
--- wp-includes/template-functions-general.php	(revision 3505)
+++ wp-includes/template-functions-general.php	(working copy)
@@ -62,7 +62,7 @@
 
 function bloginfo($show='') {
 	$info = get_bloginfo($show);
-	if ( ! (strstr($info, 'url') || strstr($info, 'directory')) ) {
+	if ( ! (strstr($info, 'url') || strstr($info, 'directory') || strstr($info, 'home')) ) {
 		$info = apply_filters('bloginfo', $info, $show);
 		$info = convert_chars($info);
 	}

