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 += " — ";