From b77b63ebd7da77c79748866183ef4eb6b3b2f0e1 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 12 Oct 2006 10:16:03 +0000 Subject: [PATCH] inline uploader link absolution by mdawaffe. fixes #3220 git-svn-id: http://svn.automattic.com/wordpress/trunk@4381 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upload-js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 += "";