From 8dcc9e02fabf8f3a5ee876a449bf4b92c7fe48d2 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 21 Mar 2008 21:39:28 +0000 Subject: [PATCH] Close img tag. Props Otto42. fixes #6339 git-svn-id: http://svn.automattic.com/wordpress/trunk@7461 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index a7dcc941f6..320e35f6f3 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1250,7 +1250,7 @@ function get_avatar( $id_or_email, $size = '96', $default = '' ) { $avatar = ""; } else { - $avatar = ""; + $avatar = ""; } return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default);