From 315908c7d679bbac29335b76668ddbf6e30a119c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 5 Dec 2006 22:41:49 +0000 Subject: [PATCH] Typo fix. fixes #3224 git-svn-id: https://develop.svn.wordpress.org/trunk@4613 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/upload-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/upload-js.php b/wp-admin/upload-js.php index 1b304ac69f..c0a7a1bb28 100644 --- a/wp-admin/upload-js.php +++ b/wp-admin/upload-js.php @@ -78,7 +78,7 @@ addLoadEvent( function() { } h += "
" if ( !this.currentImage.isImage ) - h += "

'" + this.currentImage.title + "

"; + h += "

'>" + this.currentImage.title + "

"; else h += "

" + this.currentImage.title + "

"; h += " — ";