diff --git a/wp-admin/upload-js.php b/wp-admin/upload-js.php index 8b01361b3c..5c760b70e6 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 += " — "; @@ -87,7 +87,7 @@ addLoadEvent( function() { h += '
' h += "
"; if ( this.currentImage.isImage ) { - h += ""; + h += ""; h += "" + this.currentImage.title + ""; h += ""; } else @@ -140,7 +140,7 @@ addLoadEvent( function() { } h += "
" if ( !this.currentImage.isImage ) - h += "

" + this.currentImage.title + "

"; + h += "

" + this.currentImage.title + "

"; else h += "

" + this.currentImage.title + "

"; h += " — "; @@ -149,7 +149,7 @@ addLoadEvent( function() { h += '
' h += "
"; if ( this.currentImage.isImage ) { - h += ""; + h += ""; h += "" + this.currentImage.title + ""; h += ""; } else @@ -159,7 +159,7 @@ addLoadEvent( function() { h += "" h += ""; - h += ""; + h += ""; h += ""; h += ""; h += "";